Skip to content

Commit

Permalink
ci: bump maturin to version 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Nov 29, 2024
1 parent 5990c84 commit 1586728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Build sdist
if: matrix.build == 'linux' && matrix.python-version == 'cp39'
run: |
pip install maturin==1.7.1
pip install maturin==1.7.6
maturin sdist --manifest-path py/Cargo.toml -o wheelhouse
- name: Build ${{ matrix.platform || matrix.os }} binaries
Expand Down

0 comments on commit 1586728

Please sign in to comment.