Skip to content

Commit

Permalink
check if pypi release is already done
Browse files Browse the repository at this point in the history
  • Loading branch information
shankarpandala committed Nov 1, 2024
1 parent 7fe86c6 commit 0bfa89d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: python -m build

- name: Publish to PyPI
if: github.event.release.prerelease == false
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: 'https://upload.pypi.org/legacy/'
Expand Down

0 comments on commit 0bfa89d

Please sign in to comment.