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 a69f207 commit 1f2d022Copy full SHA for 1f2d022
.github/workflows/publish.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Create distributions
49
run: python setup.py sdist bdist_wheel
50
- name: Publish to PyPI
51
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
52
with:
53
user: __token__
54
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments