We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5990c84 commit 1586728Copy full SHA for 1586728
.github/workflows/release.yaml
@@ -151,7 +151,7 @@ jobs:
151
- name: Build sdist
152
if: matrix.build == 'linux' && matrix.python-version == 'cp39'
153
run: |
154
- pip install maturin==1.7.1
+ pip install maturin==1.7.6
155
maturin sdist --manifest-path py/Cargo.toml -o wheelhouse
156
157
- name: Build ${{ matrix.platform || matrix.os }} binaries
0 commit comments