Skip to content

Commit 84ca5cd

Browse files
authored
Merge pull request #104 from ladisk/dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.13.0 in /.github/workflows
2 parents 575e3c1 + 7d6c0ec commit 84ca5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-and-publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: python -m build
2323

2424
- name: Publish to PyPI
25-
uses: pypa/gh-action-pypi-publish@v1.4.2
25+
uses: pypa/gh-action-pypi-publish@v1.13.0
2626
with:
2727
user: __token__
2828
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)