Skip to content

Commit e21d1c9

Browse files
authored
Merge pull request #55 from python-virtualenvwrapper/dependabot/github_actions/pypa/gh-action-pypi-publish-1.7.1
Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1
2 parents 520308a + 99170ad commit e21d1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# This condition prevents PRs from being published as part of
3333
# the test job.
3434
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
35-
uses: pypa/gh-action-pypi-publish@v1.6.4
35+
uses: pypa/gh-action-pypi-publish@v1.7.1
3636
with:
3737
password: ${{ secrets.PYPI_API_TOKEN }}
3838
verbose: true

0 commit comments

Comments
 (0)