We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b043b49 commit 3a15421Copy full SHA for 3a15421
1 file changed
.github/workflows/ci.yml
@@ -129,7 +129,7 @@ jobs:
129
path: dist/
130
- name: Publish to PyPI
131
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
132
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
133
with:
134
user: __token__
135
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments