Skip to content

Commit d76c16b

Browse files
authored
Merge pull request #75 from yozik04/dependabot/github_actions/pypa/gh-action-pypi-publishrelease/v1.12-1.13
Bump pypa/gh-action-pypi-publish@release/v1.12 from 1.12 to 1.13
2 parents 13f75f5 + e382170 commit d76c16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build package
3737
run: python -m build
3838
- name: Publish package
39-
uses: pypa/gh-action-pypi-publish@release/v1.12
39+
uses: pypa/gh-action-pypi-publish@release/v1.13
4040
with:
4141
user: __token__
4242
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)