We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae183d7 commit c5de3feCopy full SHA for c5de3fe
.github/workflows/publish.yml
@@ -41,3 +41,7 @@ jobs:
41
path: dist/
42
- name: Publish distribution 📦 to PyPI
43
uses: pypa/gh-action-pypi-publish@release/v1
44
+ with:
45
+ skip-existing: true
46
+ verbose: true
47
+ print-hash: true
0 commit comments