Skip to content

Commit 863bd6a

Browse files
authored
Bump gh-action-pypi-publish (patroni#3378)
1 parent 1c3257a commit 863bd6a

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
@@ -34,10 +34,10 @@ jobs:
3434

3535
- name: Publish distribution to Test PyPI
3636
if: github.event_name == 'push'
37-
uses: pypa/gh-action-pypi-publish@v1.9.0
37+
uses: pypa/gh-action-pypi-publish@v1.12.4
3838
with:
3939
repository_url: https://test.pypi.org/legacy/
4040

4141
- name: Publish distribution to PyPI
4242
if: github.event_name == 'release'
43-
uses: pypa/gh-action-pypi-publish@v1.9.0
43+
uses: pypa/gh-action-pypi-publish@v1.12.4

0 commit comments

Comments
 (0)