Skip to content

Commit

Permalink
chore: use maturin 1.7.1 for building Python extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Aug 28, 2024
1 parent e80bbe0 commit 3daed3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,8 @@ jobs:

- name: Build sdist
if: matrix.build == 'linux' && matrix.python-version == 'cp312'
# Using maturin 1.5.1 because the latest version (1.7.0) has the
# following issue: https://github.com/PyO3/maturin/issues/2154
run: |
pip install maturin==1.5.1
pip install maturin==1.7.1
maturin sdist --manifest-path py/Cargo.toml -o wheelhouse
- name: Build ${{ matrix.platform || matrix.os }} binaries
Expand Down

0 comments on commit 3daed3e

Please sign in to comment.