Skip to content

Commit ae1ea94

Browse files
Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#551)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1591ff5 commit ae1ea94

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.2
75+
uses: pypa/gh-action-pypi-publish@v1.12.3
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.2
99+
uses: pypa/gh-action-pypi-publish@v1.12.3
100100
with:
101101
verbose: true

0 commit comments

Comments
 (0)