Skip to content

Commit

Permalink
remove weird condtions
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfast committed Nov 21, 2023
1 parent 15b4035 commit 5b3a7ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
if: github.event_name != 'release'
- name: Test the released packaged
run: hatch run release:test
if: github.event_name != 'release'
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: github.event_name != 'release'

0 comments on commit 5b3a7ef

Please sign in to comment.