We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c516d0d commit c1a3443Copy full SHA for c1a3443
.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.20.0
+ uses: pypa/cibuildwheel@v2.21.1
23
- name: Prepare for artifact upload
24
run: |
25
mkdir out
0 commit comments