File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ jobs:
55
55
- name : Build package
56
56
run : python -m build
57
57
- name : Publish distribution to Test PyPI
58
- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
58
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
59
59
with :
60
60
password : ${{ secrets.TESTPYPI_PUBLISH_PASSWORD }}
61
61
repository_url : https://test.pypi.org/legacy/
62
62
- name : Publish package to PyPI
63
63
if : startsWith(github.ref, 'refs/tags')
64
- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
64
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
65
65
with :
66
66
user : __token__
67
67
password : ${{ secrets.PYPI_PUBLISH_PASSWORD }}
You can’t perform that action at this time.
0 commit comments