We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2659fac commit dad6759Copy full SHA for dad6759
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build sdist
20
run: pipx run build --sdist
21
- name: Build wheels
22
- uses: pypa/cibuildwheel@v2.21.3
+ uses: pypa/cibuildwheel@v2.22.0
23
- name: Prepare for artifact upload
24
run: |
25
mkdir out
0 commit comments