diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 527dda3..456cee9 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -39,6 +39,7 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + working-directory: python target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter sccache: 'true' @@ -70,6 +71,7 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + working-directory: python target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter sccache: 'true' @@ -98,6 +100,7 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + working-directory: python target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter sccache: 'true' @@ -124,6 +127,7 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + working-directory: python target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter sccache: 'true' @@ -140,6 +144,7 @@ jobs: - name: Build sdist uses: PyO3/maturin-action@v1 with: + working-directory: python command: sdist args: --out dist - name: Upload sdist