From e950052905c45d264735325331decf8ee0caca9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sun, 12 Jan 2025 15:54:54 +0100 Subject: [PATCH] [WIP] to remove --- .github/workflows/tmp.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/tmp.yml diff --git a/.github/workflows/tmp.yml b/.github/workflows/tmp.yml new file mode 100644 index 00000000000..df14da1832a --- /dev/null +++ b/.github/workflows/tmp.yml @@ -0,0 +1,24 @@ +name: Temporary + +on: + pull_request: + branches: + - "*" + +jobs: + build: + name: Build distribution 📦 + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - name: Build a binary wheel and a source tarball + run: | + python3 -m venv build-env + build-env/bin/python -m pip install --no-deps --only-binary :all: --require-hashes -r build-requirements.txt + build-env/bin/python -m build --no-isolation + - name: Store the distribution packages + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 + with: + name: python-package-distributions + path: dist/