diff --git a/.github/workflows/pypi_publishing.yml b/.github/workflows/pypi_publishing.yml index 12ac9e2..a4860ef 100644 --- a/.github/workflows/pypi_publishing.yml +++ b/.github/workflows/pypi_publishing.yml @@ -1,8 +1,11 @@ name: Publish to PyPI +# runs only when a new tag is pushed on: push: - + # Pattern matched against refs/tags + tags: + - '*' # Push events to every tag not containing / jobs: build: