diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 82b708edf..26ef51dce 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -36,7 +36,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --find-interpreter --manifest-path python/argmin-testfunctions-py/Cargo.toml sccache: 'true' manylinux: auto # - name: Upload wheels @@ -60,7 +60,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --find-interpreter --manifest-path python/argmin-testfunctions-py/Cargo.toml sccache: 'true' # - name: Upload wheels # uses: actions/upload-artifact@v3 @@ -82,7 +82,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --find-interpreter --manifest-path python/argmin-testfunctions-py/Cargo.toml sccache: 'true' # - name: Upload wheels # uses: actions/upload-artifact@v3