Skip to content

Commit

Permalink
publish to PyPi only if version does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRobsAT authored Jun 11, 2024
1 parent 3633ba6 commit e72ec1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip_existing: true

github-release:
name: >-
Expand Down

0 comments on commit e72ec1f

Please sign in to comment.