From 885b80ee35aad02d5f0b01b49372fb0c5e35a4d1 Mon Sep 17 00:00:00 2001 From: Ted Ralphs Date: Fri, 25 Mar 2022 21:49:07 -0400 Subject: [PATCH] Publish to TestPyPi unconditionally --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 7268c5c..44aba7f 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -47,7 +47,7 @@ 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') + # 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: