We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00a930d + 67f06ff commit bdac624Copy full SHA for bdac624
1 file changed
.github/workflows/release.yml
@@ -58,6 +58,8 @@ jobs:
58
59
- name: Build wheels on Windows
60
if: matrix.os == 'windows-latest'
61
+ env:
62
+ CIBW_BUILD: "cp3{10,11,12,13}-*"
63
run: |
64
pip install cibuildwheel maturin
65
cibuildwheel --output-dir dist
0 commit comments