Skip to content

Commit 57b94b1

Browse files
authored
Merge pull request #181 from GeoStat-Framework/cibuildwheel_update
Use new cibuildwheel action from pypa
2 parents e89bf1b + a04e2c3 commit 57b94b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: '0'
5757

5858
- name: Build wheels
59-
uses: joerick/cibuildwheel@v1.10.0
59+
uses: pypa/cibuildwheel@v1.11.1.post1
6060
env:
6161
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-*
6262
CIBW_TEST_EXTRAS: test

0 commit comments

Comments
 (0)