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 e3370a4 commit c770c63Copy full SHA for c770c63
.github/workflows/python-release.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
python -m build --sdist --wheel --outdir dist/ .
22
- name: Publish to PyPI
23
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
24
with:
25
user: __token__
26
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments