Skip to content

Commit

Permalink
[CI] upgrade PyPA actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Dec 17, 2024
1 parent 6b0d883 commit 75b9e88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-short-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
EOF
shell: bash
- name: Build wheels
uses: pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969
with:
output-dir: dist
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
EOF
shell: bash
- name: Build wheels
uses: pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969
with:
output-dir: dist
env:
Expand Down Expand Up @@ -458,4 +458,4 @@ jobs:
name: src-dist
path: dist
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70

0 comments on commit 75b9e88

Please sign in to comment.