Skip to content

Commit ccfae3a

Browse files
committed
Simply release workflow
1 parent 0987e54 commit ccfae3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
name: Publish to PyPI (GitHub Release only)
4343
runs-on: ubuntu-latest
4444
needs: build_sdist_and_wheel
45-
# Run only when a release is published
46-
if: github.event_name == 'release' && github.event.action == 'published'
4745
environment: pypi
4846
permissions:
4947
id-token: write

0 commit comments

Comments
 (0)