diff --git a/.github/workflows/pypi_deployer.yml b/.github/workflows/pypi_deployer.yml index 5a182012..5b088c9e 100644 --- a/.github/workflows/pypi_deployer.yml +++ b/.github/workflows/pypi_deployer.yml @@ -2,7 +2,7 @@ name: pypi deployer on: push: tags: - - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: #Release new version on github releases # Github-release: