Skip to content

Commit 20bbde1

Browse files
committed
[package] unpin cibuildwheel version
The issue should be fixed in version 1.4.1.
1 parent 7cdc980 commit 20bbde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
CIBW_ENVIRONMENT_WINDOWS: CL="/IC:\cibw\vendor\include" LINK="/LIBPATH:C:\cibw\vendor\lib"
9191
CIBW_SKIP: cp27-* cp35-* pp27-*
9292
run: |
93-
pip install cibuildwheel==1.3.0
93+
pip install cibuildwheel
9494
cibuildwheel --output-dir dist
9595
shell: bash
9696
- name: Upload wheels

0 commit comments

Comments
 (0)