Skip to content

Commit c50ce82

Browse files
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#663)
1 parent 7fae385 commit c50ce82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi.yml

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

0 commit comments

Comments
 (0)