We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868427c commit 5c45b42Copy full SHA for 5c45b42
1 file changed
.github/workflows/python-package.yaml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build package
45
run: uv build
46
- name: Publish distribution to PyPI
47
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@v1.13.0
48
with:
49
password: ${{ secrets.test_pass_pypi }}
50
repository-url: https://upload.pypi.org/legacy/
0 commit comments