File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
118+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
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@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
128+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
You can’t perform that action at this time.
0 commit comments