We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdc980 commit 20bbde1Copy full SHA for 20bbde1
.github/workflows/tests.yml
@@ -90,7 +90,7 @@ jobs:
90
CIBW_ENVIRONMENT_WINDOWS: CL="/IC:\cibw\vendor\include" LINK="/LIBPATH:C:\cibw\vendor\lib"
91
CIBW_SKIP: cp27-* cp35-* pp27-*
92
run: |
93
- pip install cibuildwheel==1.3.0
+ pip install cibuildwheel
94
cibuildwheel --output-dir dist
95
shell: bash
96
- name: Upload wheels
0 commit comments