diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abde8fd..274c267 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,9 @@ name: Release on: - release: - types: - - created - - edited + push: + tags: + - '*.*.*' jobs: pypi: