Skip to content

Commit

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

build(deps): bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5
  • Loading branch information
consideRatio committed Apr 7, 2023
2 parents 2c6d20c + 30f3cb3 commit 1bb1d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# all previous steps always run in order to exercise them
- name: Publish distribution to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@v1.8.4
uses: pypa/gh-action-pypi-publish@v1.8.5
with:
password: ${{ secrets.PYPI_PASSWORD }}

Expand Down

0 comments on commit 1bb1d8f

Please sign in to comment.