From 24bc2f91975c0ff9e0e77d6da658e014fab59c26 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 15 Jan 2021 13:55:37 +0000 Subject: temporarily remove tag restriction for 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 eae1294..e23ee49 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