Skip to content

Commit 66c40ed

Browse files
committed
Update python-publish.yml
1 parent c5968e0 commit 66c40ed

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
@@ -65,6 +65,6 @@ jobs:
6565
uv tool run twine check dist/*
6666
6767
- name: Publish to PyPI
68-
uses: pypa/gh-action-pypi-publish@v1.18.0
68+
uses: pypa/gh-action-pypi-publish@v1.13.0
6969
with:
7070
repository-url: ${{ github.event.inputs.use_test_pypi == 'true' && 'https://test.pypi.org/legacy/' || '' }}

0 commit comments

Comments
 (0)