Skip to content

Commit

Permalink
Merge pull request #181 from GeoStat-Framework/cibuildwheel_update
Browse files Browse the repository at this point in the history
Use new cibuildwheel action from pypa
  • Loading branch information
MuellerSeb committed Jun 23, 2021
2 parents e89bf1b + a04e2c3 commit 57b94b1
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 57b94b1

Please sign in to comment.