Skip to content

Commit

Permalink
Use new cibuildwheel action from pypa
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Jun 15, 2021
1 parent e89bf1b commit a04e2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
fetch-depth: '0'

- name: Build wheels
uses: joerick/cibuildwheel@v1.10.0
uses: pypa/cibuildwheel@v1.11.1.post1
env:
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-*
CIBW_TEST_EXTRAS: test
Expand Down

0 comments on commit a04e2c3

Please sign in to comment.