We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f55d78 commit 1c4dd4cCopy full SHA for 1c4dd4c
1 file changed
.github/workflows/release.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: Publish distribution 📦 to PyPI
26
uses: pypa/gh-action-pypi-publish@release/v1
27
with:
28
- user: __token__
29
- password: ${{ secrets.PYPI_TOKEN }}
30
print-hash: true
+ skip-existing: true
+ verify-metadata: true
0 commit comments