Skip to content

Commit

Permalink
ci: pin to maturin 1.7.4 while creating the source package.
Browse files Browse the repository at this point in the history
See: 0b3dc9b
  • Loading branch information
plusvic committed Nov 29, 2024
1 parent 0b3dc9b commit ee65c74
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 @@ -150,7 +150,7 @@ jobs:
- name: Build sdist
if: matrix.build == 'linux' && matrix.python-version == 'cp39'
run: |
pip install maturin==1.7.6
pip install maturin==1.7.4
maturin sdist --manifest-path py/Cargo.toml -o wheelhouse
- name: Build ${{ matrix.platform || matrix.os }} binaries
Expand Down

0 comments on commit ee65c74

Please sign in to comment.