From 169efa6f2dfd8ef558aa6457a128e35fc1a6083e Mon Sep 17 00:00:00 2001 From: mio Date: Tue, 5 Oct 2021 14:48:54 +0200 Subject: [PATCH] Revert so that we test python build everytime --- .github/workflows/PyPI-publishing.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/PyPI-publishing.yml b/.github/workflows/PyPI-publishing.yml index 4e523da1..63d98e90 100644 --- a/.github/workflows/PyPI-publishing.yml +++ b/.github/workflows/PyPI-publishing.yml @@ -1,10 +1,6 @@ name: PyPI 📦 Distribution -on: - push: - tags: - - "*" - workflow_dispatch: +on: [push] jobs: build: @@ -101,6 +97,7 @@ jobs: publish: needs: [build] runs-on: ubuntu-latest + if: startsWith(github.ref, 'refs/tags') steps: - uses: actions/download-artifact@v2 with: