From 1ccfe6a0c23e8047d458123eb8f51726e83f8151 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 15 Jan 2021 16:54:52 +0000 Subject: Reinstate tag restriction in workflow --- .github/workflows/python-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml index e23ee49..eae1294 100644 --- a/.github/workflows/python-deploy.yml +++ b/.github/workflows/python-deploy.yml @@ -2,8 +2,8 @@ name: Build and upload to PyPI on: push: - #tags: - #- v* + tags: + - v* jobs: build_wheels: -- cgit v1.2.3