Skip to content

Commit

Permalink
Fixed python CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Feb 14, 2024
1 parent 11e156f commit 8d724ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8d724ff

Please sign in to comment.