We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c72ed2 commit f3662daCopy full SHA for f3662da
.github/workflows/build_and_publish.yml
@@ -23,7 +23,7 @@ jobs:
23
fetch-depth: 0
24
25
- name: Build wheels
26
- uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
+ uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
27
env:
28
CIBW_SKIP: pp*
29
@@ -66,4 +66,4 @@ jobs:
66
merge-multiple: true
67
path: dist
68
69
- - uses: pypa/gh-action-pypi-publish@v1.11.0
+ - uses: pypa/gh-action-pypi-publish@v1.12.2
0 commit comments