Skip to content

Commit 52235b6

Browse files
authored
Merge pull request #169 from jupyterhub/dependabot/github_actions/pypa/gh-action-pypi-publish-1.5.1
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1
2 parents 9a79f1e + 894fec3 commit 52235b6

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
@@ -43,7 +43,7 @@ jobs:
4343
ls -alh dist
4444
4545
- name: publish to pypi
46-
uses: pypa/[email protected].0
46+
uses: pypa/[email protected].1
4747
if: startsWith(github.ref, 'refs/tags/')
4848
with:
4949
user: __token__

0 commit comments

Comments
 (0)