Skip to content

Commit bcd0dff

Browse files
Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#549)
1 parent 5318578 commit bcd0dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Publish to Test PyPI
114114
# Only publish to TestPyPI when a PR is merged (pushed to main)
115115
if: success() && github.event_name == 'push'
116-
uses: pypa/gh-action-pypi-publish@v1.12.3
116+
uses: pypa/gh-action-pypi-publish@v1.12.4
117117
with:
118118
repository_url: https://test.pypi.org/legacy/
119119
# Allow existing releases on test PyPI without errors.
@@ -123,4 +123,4 @@ jobs:
123123
- name: Publish to PyPI
124124
# Only publish to PyPI when a release triggers the build
125125
if: success() && github.event_name == 'release'
126-
uses: pypa/gh-action-pypi-publish@v1.12.3
126+
uses: pypa/gh-action-pypi-publish@v1.12.4

0 commit comments

Comments
 (0)