Skip to content

Commit bca8583

Browse files
authored
Merge pull request #54 from libranet/dependabot/github_actions/pypa/gh-action-pypi-publish-1.11.0
Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0
2 parents c148adb + be85a07 commit bca8583

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

0 commit comments

Comments
 (0)