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 0c81200 commit 0cb82bbCopy full SHA for 0cb82bb
.github/workflows/pypi.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build dists
21
run: make build
22
- name: Pypi Publish
23
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
24
with:
25
user: __token__
26
password: ${{ secrets.pypi_password }}
0 commit comments