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 @@ -115,7 +115,7 @@ jobs:
115115 - name : Publish to Test PyPI
116116 # Only publish to TestPyPI when a PR is merged (pushed to main)
117117 if : success() && github.event_name == 'push'
118- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
118+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
119119 with :
120120 repository_url : https://test.pypi.org/legacy/
121121 # Allow existing releases on test PyPI without errors.
@@ -125,4 +125,4 @@ jobs:
125125 - name : Publish to PyPI
126126 # Only publish to PyPI when a release triggers the build
127127 if : success() && github.event_name == 'release'
128- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
128+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
You can’t perform that action at this time.
0 commit comments