Skip to content

Commit 710e79a

Browse files
authored
Merge pull request #409 from jupyterhub/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.6
build(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6
2 parents 3d62e4e + 6a45fb4 commit 710e79a

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
@@ -107,7 +107,7 @@ jobs:
107107
108108
- name: Publish to PyPI
109109
if: startsWith(github.ref, 'refs/tags')
110-
uses: pypa/gh-action-pypi-publish@v1.8.5
110+
uses: pypa/gh-action-pypi-publish@release/v1
111111
with:
112112
password: ${{ secrets.PYPI_PASSWORD }}
113113

0 commit comments

Comments
 (0)