Skip to content

Commit 8afadd3

Browse files
Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#477)
1 parent 1d24bb0 commit 8afadd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Publish to Test PyPI
117117
# Only publish to TestPyPI when a PR is merged (pushed to main)
118118
if: success() && github.event_name == 'push'
119-
uses: pypa/[email protected].2
119+
uses: pypa/[email protected].3
120120
with:
121121
repository_url: https://test.pypi.org/legacy/
122122
# Allow existing releases on test PyPI without errors.
@@ -126,4 +126,4 @@ jobs:
126126
- name: Publish to PyPI
127127
# Only publish to PyPI when a release triggers the build
128128
if: success() && github.event_name == 'release'
129-
uses: pypa/[email protected].2
129+
uses: pypa/[email protected].3

0 commit comments

Comments
 (0)