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 @@ -66,12 +66,12 @@ jobs:
66
66
steps :
67
67
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
68
68
# Try uploading to Test PyPI first, in case something fails.
69
- - uses : pypa/gh-action-pypi-publish@29930c9cf57955dc1b98162d0d8bc3ec80d9e75c
69
+ - uses : pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
70
70
with :
71
71
password : ${{ secrets.TEST_PYPI_TOKEN }}
72
72
repository_url : https://test.pypi.org/legacy/
73
73
packages_dir : artifact/
74
- - uses : pypa/gh-action-pypi-publish@29930c9cf57955dc1b98162d0d8bc3ec80d9e75c
74
+ - uses : pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
75
75
with :
76
76
password : ${{ secrets.PYPI_TOKEN }}
77
77
packages_dir : artifact/
You can’t perform that action at this time.
0 commit comments