Skip to content

Commit cf549d0

Browse files
authored
Merge pull request #53 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 b743ef0 + 57a8747 commit cf549d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_and_publish_to_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
files: dist/*.whl
5959

6060
- name: Publish to PyPI
61-
uses: pypa/gh-action-pypi-publish@v1.4.2
61+
uses: pypa/gh-action-pypi-publish@v1.13.0
6262
with:
6363
user: __token__
6464
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)