There was an error while loading. Please reload this page.
1 parent d6cd7cb commit feec542Copy full SHA for feec542
.github/workflows/release-and-publish-to-pypi.yml
@@ -22,7 +22,7 @@ jobs:
22
run: python -m build
23
24
- name: Publish to PyPI
25
- uses: pypa/gh-action-pypi-publish@v1.4.2
+ uses: pypa/gh-action-pypi-publish@v1.13.0
26
with:
27
user: __token__
28
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments