File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 66 contents : read
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
10- - uses : actions/setup-python@v5
9+ - uses : actions/checkout@v6
10+ - uses : actions/setup-python@v6
1111 with :
1212 python-version : ' 3.10'
1313 - run : pip install --upgrade build
1414 - run : python -m build --sdist --wheel
15- - uses : actions/upload-artifact@v4
15+ - uses : actions/upload-artifact@v5
1616 with :
1717 name : python-package-distributions
1818 path : dist/
@@ -22,12 +22,13 @@ jobs:
2222 id-token : write
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/download-artifact@v5
25+ - uses : actions/download-artifact@v7
2626 with :
2727 name : python-package-distributions
2828 path : dist/
29- - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
29+ - uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
3030 with :
31+ password : ${{ secrets.TEST_PYPI_TOKEN }}
3132 repository-url : https://test.pypi.org/legacy/
3233 skip-existing : true
3334 publish :
3738 id-token : write
3839 runs-on : ubuntu-latest
3940 steps :
40- - uses : actions/download-artifact@v5
41+ - uses : actions/download-artifact@v7
4142 with :
4243 name : python-package-distributions
4344 path : dist/
44- - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
45+ - uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
46+ with :
47+ password : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments