Skip to content

Commit

Permalink
gh: maturin py version for manylinux (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpq authored Aug 16, 2024
1 parent f2ee0a9 commit 9fb4906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist/ -m bindings/Cargo.toml
args: --release --out dist/ -m bindings/Cargo.toml -i python3.11
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9fb4906

Please sign in to comment.