Skip to content

Commit

Permalink
fix: PyPI is rejecting the upload because the version number is the s…
Browse files Browse the repository at this point in the history
…ame as an existing package.
  • Loading branch information
IBMC265 committed Sep 28, 2024
1 parent ae183d7 commit c5de3fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ jobs:
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
verbose: true
print-hash: true

0 comments on commit c5de3fe

Please sign in to comment.