Skip to content

Commit

Permalink
Merge pull request #4 from libranet/dependabot/github_actions/pypa/gh…
Browse files Browse the repository at this point in the history
…-action-pypi-publish-1.8.11
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
2 parents 5e78c4e + 32f2494 commit 9f72e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# https://github.com/marketplace/actions/pypi-publish
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
- name: Publish package to PyPI
uses: pypa/[email protected].10
uses: pypa/[email protected].11
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
user: __token__
Expand Down

0 comments on commit 9f72e02

Please sign in to comment.