File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments