Skip to content

Commit

Permalink
Switch joerick to pypa base for cibuildwheel (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Sep 6, 2021
1 parent e7cace1 commit 558c514
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ jobs:
with:
platforms: all

# See: https://github.com/pypa/cibuildwheel/blob/main/action.yml
- name: Build wheels
uses: joerick/cibuildwheel@v1.12.0
uses: pypa/cibuildwheel@v1.12.0
with:
output-dir: wheelhouse
# to supply options, put them in 'env', like:
Expand Down

0 comments on commit 558c514

Please sign in to comment.