Skip to content

Commit

Permalink
[package] pin cibuildwheel to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed May 4, 2020
1 parent 91f6411 commit 5242f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
CIBW_ENVIRONMENT_WINDOWS: CL="/IC:\cibw\vendor\include" LINK="/LIBPATH:C:\cibw\vendor\lib"
CIBW_SKIP: cp27-* cp35-* pp27-*
run: |
pip install cibuildwheel
pip install cibuildwheel==1.3.0
cibuildwheel --output-dir dist
shell: bash
- name: Upload wheels
Expand Down

0 comments on commit 5242f46

Please sign in to comment.