Skip to content

Commit c5329e3

Browse files
authored
Merge pull request #577 from faucetsdn/dependabot/github_actions/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0
2 parents d5c89dd + 8d0aa15 commit c5329e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build python package
2525
run: python3 setup.py sdist
2626
- name: Publish python package to PyPI
27-
uses: pypa/gh-action-pypi-publish@v1.12.4
27+
uses: pypa/gh-action-pypi-publish@v1.13.0
2828
with:
2929
user: __token__
3030
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)