Skip to content

Commit

Permalink
publish package only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicdarkoo committed Sep 22, 2024
1 parent 8dc0a6b commit 5e4458f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
name: Publish Python Package

# on:
# release:
# types: [published]

on:
push:
branches:
- main
release:
types: [published]

jobs:
pypi-publish:
Expand Down

0 comments on commit 5e4458f

Please sign in to comment.