There was an error while loading. Please reload this page.
1 parent f7e3592 commit 41a0e48Copy full SHA for 41a0e48
1 file changed
.github/workflows/tests.yml
@@ -54,14 +54,13 @@ jobs:
54
build_wheels:
55
name: Build wheels
56
runs-on: ubuntu-latest
57
- if: github.event_name == 'release' && github.event.action == 'published'
58
59
steps:
60
- name: Checkout
61
uses: actions/checkout@v4
62
63
- name: Build wheels
64
- uses: pypa/cibuildwheel@v2.19.2
+ uses: pypa/cibuildwheel@v4.1.1
65
env:
66
CIBW_BUILD: cp31[0123]-*
67
CIBW_SKIP: "*-musllinux_* pp*"
0 commit comments