From f547726f52243667affcb5785cf0acfc7cb35b2a Mon Sep 17 00:00:00 2001 From: Nicholas McKibben Date: Wed, 29 Jul 2020 18:54:39 -0700 Subject: [PATCH] Update github-deploy.yml --- .github/workflows/github-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-deploy.yml b/.github/workflows/github-deploy.yml index 1579977..f9e48f5 100644 --- a/.github/workflows/github-deploy.yml +++ b/.github/workflows/github-deploy.yml @@ -65,8 +65,8 @@ jobs: needs: [build_wheels, build_sdist] runs-on: ubuntu-latest # upload to PyPI on every tag starting with 'v' - if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') - alternatively, to publish when a GitHub Release is created, use the following rule: + # if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') + # alternatively, to publish when a GitHub Release is created, use the following rule: if: github.event_name == 'release' && github.event.action == 'published' steps: - uses: actions/download-artifact@v2