Skip to content

Commit

Permalink
Merge pull request #96 from python-virtualenvwrapper/dependabot/githu…
Browse files Browse the repository at this point in the history
…b_actions/pypa/gh-action-pypi-publish-1.8.12

Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12
  • Loading branch information
mergify[bot] committed Mar 4, 2024
2 parents b1aa495 + b5e0ad9 commit 74a9d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# This condition prevents PRs from being published as part of
# the test job.
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@v1.8.11
uses: pypa/gh-action-pypi-publish@v1.8.12
with:
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true
Expand Down

0 comments on commit 74a9d53

Please sign in to comment.