Skip to content

Commit 9fb517c

Browse files
authored
Merge pull request #58 from libranet/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.3
Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3
2 parents f8d1efc + 04579b2 commit 9fb517c

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.2
55+
uses: pypa/gh-action-pypi-publish@v1.12.3
5656
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
5757
with:
5858
user: __token__

0 commit comments

Comments
 (0)