diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 71fd397..f2a67be 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -39,8 +39,9 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + working-directory: python target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter --working-directory python + args: --release --out dist --find-interpreter sccache: 'true' manylinux: auto - name: Upload wheels @@ -70,8 +71,9 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + working-directory: python target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter --working-directory python + args: --release --out dist --find-interpreter sccache: 'true' manylinux: musllinux_1_2 - name: Upload wheels @@ -98,8 +100,9 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + working-directory: python target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter --working-directory python + args: --release --out dist --find-interpreter sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v4 @@ -124,8 +127,9 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: + working-directory: python target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter --working-directory python + args: --release --out dist --find-interpreter sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v4 @@ -140,8 +144,9 @@ jobs: - name: Build sdist uses: PyO3/maturin-action@v1 with: + working-directory: python command: sdist - args: --out dist --working-directory python + args: --out dist - name: Upload sdist uses: actions/upload-artifact@v4 with: