Skip to content

Commit 2f1333c

Browse files
authored
Merge pull request #147 from jupyterhub/dependabot/github_actions/pypa/gh-action-pypi-publish-1.5.0
Bump pypa/gh-action-pypi-publish from 1.4.1 to 1.5.0
2 parents 56588ff + 70ff7c3 commit 2f1333c

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/gh-action-pypi-publish@v1.4.1
46+
uses: pypa/gh-action-pypi-publish@v1.5.0
4747
if: startsWith(github.ref, 'refs/tags/')
4848
with:
4949
user: __token__

0 commit comments

Comments
 (0)