We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gh-action-pypi-publish@master
release/v1
1 parent dabf2f8 commit 8a50b14Copy full SHA for 8a50b14
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
run: python -m build --sdist --wheel --outdir dist/
25
- name: Publish to PyPI
26
if: startsWith(github.ref, 'refs/tags')
27
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
28
with:
29
user: __token__
30
password: ${{ secrets.PYPI_API_KEY }}
0 commit comments