Skip to content

Commit 253d21d

Browse files
Update pypa/gh-action-pypi-publish action to v1.13.0 (#1354)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab76808 commit 253d21d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)