Skip to content

Commit 3ff78eb

Browse files
authored
Merge pull request #214 from python-windrose/dependabot/github_actions/pypa/gh-action-pypi-publish-1.6.4
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.4
2 parents 7de80d9 + 2f5d444 commit 3ff78eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Publish a Python distribution to PyPI
4141
if: ${{ github.event_name == 'release' }}
42-
uses: pypa/gh-action-pypi-publish@v1.5.1
42+
uses: pypa/gh-action-pypi-publish@v1.6.4
4343
with:
4444
user: __token__
4545
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)