Skip to content

Commit c5de3fe

Browse files
committed
fix: PyPI is rejecting the upload because the version number is the same as an existing package.
1 parent ae183d7 commit c5de3fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ jobs:
4141
path: dist/
4242
- name: Publish distribution 📦 to PyPI
4343
uses: pypa/gh-action-pypi-publish@release/v1
44+
with:
45+
skip-existing: true
46+
verbose: true
47+
print-hash: true

0 commit comments

Comments
 (0)