Skip to content

Commit 2c1549e

Browse files
Bump pypa/gh-action-pypi-publish from 1.12.0 to 1.12.2
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.0 to 1.12.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.0...v1.12.2) --- 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>
1 parent 2f0d715 commit 2c1549e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# https://github.com/marketplace/actions/pypi-publish
5353
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
5454
- name: Publish package to PyPI
55-
uses: pypa/gh-action-pypi-publish@v1.12.0
55+
uses: pypa/gh-action-pypi-publish@v1.12.2
5656
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
5757
with:
5858
user: __token__

0 commit comments

Comments
 (0)