Skip to content

Commit 96f7932

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
path: dist
9090
- name: Publish package to TestPyPI
9191
if: github.event_name == 'push'
92-
uses: pypa/gh-action-pypi-publish@v1.12.2
92+
uses: pypa/gh-action-pypi-publish@v1.12.3
9393
with:
9494
repository-url: https://test.pypi.org/legacy/
9595
verbose: true
@@ -112,6 +112,6 @@ jobs:
112112
name: releases
113113
path: dist
114114
- name: Publish package to PyPI
115-
uses: pypa/gh-action-pypi-publish@v1.12.2
115+
uses: pypa/gh-action-pypi-publish@v1.12.3
116116
with:
117117
verbose: true

0 commit comments

Comments
 (0)