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 @@ -180,12 +180,12 @@ jobs:
180180 - name : Upload to PyPI
181181 # upload to PyPI on every tag starting with 'v'
182182 if : startsWith(github.ref, 'refs/tags/v')
183- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
183+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
184184
185185 - name : Upload to TestPyPI
186186 # upload to TestPyPI on non-tags
187187 if : ${{ ! startsWith(github.ref, 'refs/tags/v') }}
188- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
188+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
189189 with :
190190 repository-url : https://test.pypi.org/legacy/
191191 skip-existing : true
You can’t perform that action at this time.
0 commit comments