Skip to content

Commit b652bff

Browse files
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#549)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.11.0 to 1.12.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.11.0...v1.12.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22ee634 commit b652bff

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

0 commit comments

Comments
 (0)