Skip to content

Commit 7088d34

Browse files
authored
Merge pull request #73 from cknd/dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.13.0 in /.github/workflows
2 parents 71cd95f + 0bdf94a commit 7088d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build package
3434
run: python -m build
3535
- name: Publish package
36-
uses: pypa/gh-action-pypi-publish@v1.5.0
36+
uses: pypa/gh-action-pypi-publish@v1.13.0
3737
with:
3838
verbose: true
3939
user: __token__

0 commit comments

Comments
 (0)