Skip to content

Commit 333ec83

Browse files
authored
Merge pull request #1260 from jupyterhub/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.4
build(deps): bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4
2 parents e52f9b4 + b4b8629 commit 333ec83

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
@@ -57,7 +57,7 @@ jobs:
5757
# all previous steps always run in order to exercise them
5858
- name: Publish distribution to PyPI
5959
if: startsWith(github.ref, 'refs/tags')
60-
uses: pypa/[email protected].3
60+
uses: pypa/[email protected].4
6161
with:
6262
password: ${{ secrets.PYPI_PASSWORD }}
6363

0 commit comments

Comments
 (0)