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 b4958f2 commit 5edb63fCopy full SHA for 5edb63f
.github/workflows/release-to-pypi.yaml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
python3 -m build
23
- name: Publish to PyPI
24
- uses: pypa/gh-action-pypi-publish@v1.8.14
+ uses: pypa/gh-action-pypi-publish@v1.12.4
25
with:
26
user: __token__
27
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments