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 998cd32 commit 9f3c8b6Copy full SHA for 9f3c8b6
.github/workflows/ci.yml
@@ -503,6 +503,7 @@ jobs:
503
# FIXME: Unpin when Python 3.8 support is dropped. (3.9 requires Windows 10)
504
rust-toolchain: ${{ (matrix.os == 'windows' && '1.77') || 'stable' }}
505
docker-options: -e CI
506
+ maturin-version: 1.7.8-beta.1
507
508
- run: ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} dist/
509
0 commit comments