Skip to content

Commit

Permalink
Merge pull request #386 from jupyterhub/dependabot/github_actions/pyp…
Browse files Browse the repository at this point in the history
…a/gh-action-pypi-publish-1.8.5

build(deps): bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.5
  • Loading branch information
consideRatio authored Apr 7, 2023
2 parents 6dc9812 + d14beaa commit a2462d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

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

Expand Down

0 comments on commit a2462d4

Please sign in to comment.