Skip to content

Commit fabf178

Browse files
authored
Merge pull request #1223 from jupyterhub/dependabot/github_actions/pypa/gh-action-pypi-publish-1.6.4
build(deps): bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.4
2 parents fb6a2d5 + dc337e9 commit fabf178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# all previous steps always run in order to exercise them
5656
- name: Publish distribution to PyPI
5757
if: startsWith(github.ref, 'refs/tags')
58-
uses: pypa/gh-action-pypi-publish@v1.5.1
58+
uses: pypa/gh-action-pypi-publish@v1.6.4
5959
with:
6060
password: ${{ secrets.PYPI_PASSWORD }}
6161

0 commit comments

Comments
 (0)