We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f8e37 commit abdd31cCopy full SHA for abdd31c
1 file changed
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
run: python setup.py sdist bdist_wheel
18
- name: Publish distribution 📦 to PyPI
19
if: startsWith(github.event.ref, 'refs/tags')
20
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
21
with:
22
user: __token__
23
password: ${{ secrets.pypi_password }}
0 commit comments