From 0a4b781bce835444ba0d6ce3ab2389a96a904abe Mon Sep 17 00:00:00 2001 From: relf Date: Thu, 2 Jan 2025 15:26:54 +0100 Subject: [PATCH] Adjust python action --- .github/workflows/python.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 352f2f80..7ddd2025 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -27,6 +27,7 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + working-directory: python target: ${{ matrix.target }} args: --release --out dist --find-interpreter sccache: 'true' @@ -51,6 +52,7 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + working-directory: python target: ${{ matrix.target }} args: --release --out dist --find-interpreter sccache: 'true' @@ -73,6 +75,7 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + working-directory: python target: ${{ matrix.target }} args: --release --out dist --find-interpreter sccache: 'true' @@ -89,6 +92,7 @@ jobs: - name: Build sdist uses: PyO3/maturin-action@v1 with: + working-directory: python command: build args: --sdist --out dist --release - name: Upload sdist @@ -111,5 +115,6 @@ jobs: env: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: + working-directory: python command: upload args: --non-interactive --skip-existing *