Skip to content

Commit

Permalink
Merge pull request #26 from libranet/dependabot/github_actions/pypa/g…
Browse files Browse the repository at this point in the history
…h-action-pypi-publish-1.10.2
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
2 parents 31d6e30 + 59214a7 commit 8df717a
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].1
uses: pypa/[email protected].2
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
user: __token__
Expand Down

0 comments on commit 8df717a

Please sign in to comment.