We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37da064 commit e2ca04fCopy full SHA for e2ca04f
1 file changed
.github/workflows/wheels.yml
@@ -69,7 +69,7 @@ jobs:
69
- uses: actions/checkout@v4
70
- name: Install cibuildwheel
71
# Nb. keep cibuildwheel version pin consistent with job below
72
- run: pipx install cibuildwheel==2.16.5
+ run: pipx install cibuildwheel==2.21.3
73
- id: set-matrix
74
# Once we have the windows build figured out, it can be added here
75
# by updating the matrix to include windows builds as well.
@@ -112,7 +112,7 @@ jobs:
112
platforms: all
113
114
- name: Build wheels
115
- uses: pypa/cibuildwheel@v2.16.5
+ uses: pypa/cibuildwheel@v2.21.3
116
with:
117
only: ${{ matrix.only }}
118
env:
0 commit comments