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 8bf11e1 commit f75804eCopy full SHA for f75804e
.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.12.4
+ uses: pypa/[email protected]
25
with:
26
user: __token__
27
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments