Skip to content

Commit 708782c

Browse files
committed
Updated all steps with latest version
1 parent eeab194 commit 708782c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
os: [ubuntu-latest, macos-latest, windows-latest]
4242
steps:
4343
- uses: actions/checkout@v4
44-
- uses: pypa/cibuildwheel@v2.10.2
44+
- uses: pypa/cibuildwheel@v3.1.2
4545
env:
4646
CIBW_ARCHS_MACOS: auto universal2
4747
- uses: actions/upload-artifact@v4
@@ -54,11 +54,11 @@ jobs:
5454
runs-on: ubuntu-latest
5555
if: github.event_name == 'release' && github.event.action == 'published'
5656
steps:
57-
- uses: actions/download-artifact@v3
57+
- uses: actions/download-artifact@v4
5858
with:
5959
path: dist
6060

61-
- uses: pypa/gh-action-pypi-publish@v1.5.0
61+
- uses: pypa/gh-action-pypi-publish@v1.12.4
6262
with:
6363
user: __token__
6464
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)