Skip to content

Commit 929e9ca

Browse files
authored
Merge pull request #1179 from risuorg/dependabot/github_actions/pypa/gh-action-pypi-publish-1.13.0
build(deps): bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0
2 parents ba8d257 + 0bf5dc7 commit 929e9ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
RELEASE_VERSION: ${{ steps.branch_name.outputs.SOURCE_TAG }}
4444

4545
- name: Publish distribution to PyPI
46-
uses: pypa/gh-action-pypi-publish@v1.12.4
46+
uses: pypa/gh-action-pypi-publish@v1.13.0
4747
with:
4848
user: __token__
4949
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)