Skip to content

Commit

Permalink
Merge pull request #97 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.14

Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14
  • Loading branch information
mergify[bot] committed Mar 11, 2024
2 parents 74a9d53 + 1236776 commit a0f5388
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.12
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true
Expand Down

0 comments on commit a0f5388

Please sign in to comment.