There was an error while loading. Please reload this page.
1 parent 9774d3b commit bf8e8ceCopy full SHA for bf8e8ce
1 file changed
.github/workflows/publish_to_pypi.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Build package
15
run: uv build
16
- name: Publish package to PyPI
17
- uses: pypa/gh-action-pypi-publish@v1.4.2
+ uses: pypa/gh-action-pypi-publish@v1.13.0
18
with:
19
user: ${{ secrets.PYPI_USERNAME }}
20
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments