Skip to content

Commit 75b9e88

Browse files
committed
[CI] upgrade PyPA actions
1 parent 6b0d883 commit 75b9e88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/wheel-short-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
EOF
219219
shell: bash
220220
- name: Build wheels
221-
uses: pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce
221+
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969
222222
with:
223223
output-dir: dist
224224
env:

.github/workflows/wheel.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
EOF
298298
shell: bash
299299
- name: Build wheels
300-
uses: pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce
300+
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969
301301
with:
302302
output-dir: dist
303303
env:
@@ -458,4 +458,4 @@ jobs:
458458
name: src-dist
459459
path: dist
460460
- name: Publish package distributions to PyPI
461-
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
461+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70

0 commit comments

Comments
 (0)