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 c6ed796 commit c1868f7Copy full SHA for c1868f7
.github/workflows/ci.yaml
@@ -50,7 +50,7 @@ jobs:
50
- name: Build package for upload to PyPI
51
run: python -m build .
52
- name: Upload the distribution to PyPI
53
- uses: pypa/gh-action-pypi-publish@v1.4.2
+ uses: pypa/gh-action-pypi-publish@v1.13.0
54
with:
55
user: __token__
56
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments