Skip to content

Commit a2462d4

Browse files
authored
Merge pull request #386 from jupyterhub/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.5
build(deps): bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.5
2 parents 6dc9812 + d14beaa commit a2462d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Publish to PyPI
104104
if: startsWith(github.ref, 'refs/tags')
105-
uses: pypa/gh-action-pypi-publish@v1.6.4
105+
uses: pypa/gh-action-pypi-publish@v1.8.5
106106
with:
107107
password: ${{ secrets.PYPI_PASSWORD }}
108108

0 commit comments

Comments
 (0)