Skip to content

Commit 3ba26db

Browse files
authored
Merge pull request #97 from minrk/dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.4.1 to 1.13.0 in /.github/workflows
2 parents 1554a6c + f3ab9a1 commit 3ba26db

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
@@ -32,7 +32,7 @@ jobs:
3232
ls -l dist
3333
3434
- name: publish to pypi
35-
uses: pypa/gh-action-pypi-publish@v1.4.1
35+
uses: pypa/gh-action-pypi-publish@v1.13.0
3636
if: startsWith(github.ref, 'refs/tags/')
3737
with:
3838
user: __token__

0 commit comments

Comments
 (0)