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 a60a087 commit 6b3e2a9Copy full SHA for 6b3e2a9
.github/workflows/ci.yml
@@ -175,7 +175,7 @@ jobs:
175
path: dist
176
- name: Publish package
177
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
178
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
179
with:
180
user: __token__
181
password: ${{ secrets.pypi_password }}
0 commit comments