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 bd3e147 commit 24563e3Copy full SHA for 24563e3
.github/workflows/publish-to-pypi.yml
@@ -22,7 +22,7 @@ jobs:
22
pip install build
23
python -m build
24
- name: Publish release to PyPI
25
- uses: pypa/gh-action-pypi-publish@v1.10.1
+ uses: pypa/gh-action-pypi-publish@v1.10.2
26
with:
27
user: __token__
28
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments