We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94817e8 commit 271b385Copy full SHA for 271b385
1 file changed
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
platforms: all
31
32
- name: Build wheels
33
- uses: pypa/cibuildwheel@v2.18.1
+ uses: pypa/cibuildwheel@v2.22.0
34
env:
35
CIBW_ARCHS_MACOS: x86_64 arm64
36
CIBW_ARCHS_LINUX: x86_64 aarch64
@@ -68,7 +68,7 @@ jobs:
68
merge-multiple: true
69
path: dist
70
71
- - uses: pypa/gh-action-pypi-publish@v1.8.14
+ - uses: pypa/gh-action-pypi-publish@v1.12.3
72
with:
73
user: __token__
74
password: ${{ secrets.PYPI_TOKEN4 }}
0 commit comments