Skip to content

Commit e05fb42

Browse files
committed
Update release.yaml action versions
1 parent 62a6d99 commit e05fb42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
14+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1515
with:
1616
fetch-depth: 0
1717

@@ -32,11 +32,11 @@ jobs:
3232

3333
- name: Test wheels
3434
run: |
35-
python -m twine check dist/*
35+
python -m twine check --strict dist/*
3636
shell: bash
3737

3838
- name: Upload dist files for publication
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: dist-files
4242
path: dist
@@ -50,9 +50,9 @@ jobs:
5050
permissions:
5151
id-token: write
5252
steps:
53-
- uses: actions/download-artifact@v2
53+
- uses: actions/download-artifact@v4
5454
with:
5555
name: dist-files
5656
path: dist
5757
- name: Publish a Python distribution to PyPI
58-
uses: pypa/gh-action-pypi-publish@v1.10.1
58+
uses: pypa/gh-action-pypi-publish@v1.12.4

0 commit comments

Comments
 (0)