diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ca412ce..72df605 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,12 +5,9 @@ name: Python Package on: - # create: - # tags: - # - '**' - push: - branch: - publish + create: + tags: + - '**' jobs: release: