diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 10264a4..41dba4a 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -3,7 +3,7 @@ name: Publish package to PyPI on: push: tags: - - 'v*' # Push events to tag which starts with v. + - 'v*' # Push events to tag which starts with v jobs: build: