Skip to content

Commit 0864ef9

Browse files
committed
github: update action versions
backport from mpy-cross-v6.3 branch
1 parent 2a2ff1e commit 0864ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
platforms: all
3131

3232
- name: Build wheels
33-
uses: pypa/cibuildwheel@v2.16.5
33+
uses: pypa/cibuildwheel@v2.22.0
3434
env:
3535
CIBW_ARCHS_MACOS: x86_64 arm64
3636
CIBW_ARCHS_LINUX: x86_64 aarch64
@@ -68,7 +68,7 @@ jobs:
6868
merge-multiple: true
6969
path: dist
7070

71-
- uses: pypa/gh-action-pypi-publish@v1.8.14
71+
- uses: pypa/gh-action-pypi-publish@v1.12.3
7272
with:
7373
user: __token__
7474
password: ${{ secrets.PYPI_TOKEN3 }}

0 commit comments

Comments
 (0)