Skip to content

Commit

Permalink
remove --find-interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjmeyer committed Oct 27, 2024
1 parent 3569fee commit 362bf09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter -i 3.8 3.9 3.10 3.11 3.12 3.13
args: --release --out dist --interpreter 3.8 3.9 3.10 3.11 3.12 3.13
sccache: 'true'
manylinux: auto
before-script-linux: |
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter -i 3.8 3.9 3.10 3.11 3.12 3.13
args: --release --out dist --interpreter 3.8 3.9 3.10 3.11 3.12 3.13
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -135,7 +135,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter -i 3.8 3.9 3.10 3.11 3.12 3.13
args: --release --out dist --interpreter 3.8 3.9 3.10 3.11 3.12 3.13
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 362bf09

Please sign in to comment.