Skip to content

Commit f9ae54e

Browse files
Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#555)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d81913 commit f9ae54e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Publish package to TestPyPI
7474
if: github.event_name == 'push'
75-
uses: pypa/gh-action-pypi-publish@v1.12.3
75+
uses: pypa/gh-action-pypi-publish@v1.12.4
7676
with:
7777
password: ${{ secrets.TESTPYPI_TOKEN }}
7878
repository_url: https://test.pypi.org/legacy/
@@ -96,6 +96,6 @@ jobs:
9696
name: releases
9797
path: dist
9898
- name: Publish package to PyPI
99-
uses: pypa/gh-action-pypi-publish@v1.12.3
99+
uses: pypa/gh-action-pypi-publish@v1.12.4
100100
with:
101101
verbose: true

0 commit comments

Comments
 (0)