We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bb62c commit a04dfefCopy full SHA for a04dfef
.github/workflows/publish.yml
@@ -19,7 +19,6 @@ jobs:
19
- name: Create packages
20
run: python -m build -n -s -w .
21
- name: Upload packages
22
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
23
with:
24
- user: __token__
25
password: ${{ secrets.pypi_password }}
0 commit comments