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
volodymyrtuta committed May 4, 2020
1 parent b6e370d commit 4bd9792
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 @@ -103,7 +103,7 @@ jobs:
CIBW_SKIP: cp27-* cp33-* cp34-* cp35-* pp27-*
CIBW_TEST_COMMAND: python -m unittest discover -t {project} -s {project}/tests
run: |
pip install cibuildwheel
pip install cibuildwheel==1.3.0
cibuildwheel --output-dir dist
- name: Upload wheels
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 4bd9792

Please sign in to comment.