Skip to content

Commit

Permalink
Remove hardcoded PYO3 cross lib version
Browse files Browse the repository at this point in the history
Maturin can now pick the right version for each Python version

Related to #13
  • Loading branch information
sbihel committed Aug 15, 2024
1 parent de7f946 commit a15071a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
- uses: actions/checkout@v2
- name: Build Wheels
uses: messense/maturin-action@v1
env:
PYO3_CROSS_LIB_DIR: /opt/python/cp38-cp38/lib
with:
target: ${{ matrix.target }}
manylinux: auto
Expand Down

0 comments on commit a15071a

Please sign in to comment.