1 parent c5968e0 commit 66c40edCopy full SHA for 66c40ed
1 file changed
.github/workflows/python-publish.yml
@@ -65,6 +65,6 @@ jobs:
65
uv tool run twine check dist/*
66
67
- name: Publish to PyPI
68
- uses: pypa/gh-action-pypi-publish@v1.18.0
+ uses: pypa/gh-action-pypi-publish@v1.13.0
69
with:
70
repository-url: ${{ github.event.inputs.use_test_pypi == 'true' && 'https://test.pypi.org/legacy/' || '' }}
0 commit comments