Skip to content

Commit

Permalink
Backtrack to cibuildwheel 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
95-martin-orion authored Jul 8, 2022
1 parent 772fe51 commit 7d6c510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/setup-python@v2

- name: Install cibuildwheel and twine
run: python -m pip install cibuildwheel==2.8.0
run: python -m pip install cibuildwheel==2.0.1

- name: Run C++ tests
run: bash build_tools/test_libs.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/setup-python@v2

- name: Install cibuildwheel and twine
run: python -m pip install cibuildwheel==2.8.0
run: python -m pip install cibuildwheel==2.0.1

- name: Run C++ tests
run: bash build_tools/test_libs.sh
Expand Down

0 comments on commit 7d6c510

Please sign in to comment.