From 3767d1899b28751dec9de0e98eff55e81026c3b7 Mon Sep 17 00:00:00 2001 From: Mencken Davidson <76002183+menckend@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:04:03 -0400 Subject: [PATCH] Update publish-commits-to-pypi-test.yaml --- .github/workflows/publish-commits-to-pypi-test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-commits-to-pypi-test.yaml b/.github/workflows/publish-commits-to-pypi-test.yaml index 0acfe9a..752761f 100644 --- a/.github/workflows/publish-commits-to-pypi-test.yaml +++ b/.github/workflows/publish-commits-to-pypi-test.yaml @@ -3,10 +3,11 @@ name: Publish to test.pypi on: push: branches: - - 'test**' + - 'test' jobs: build: - if: ${{ startsWith(github.ref, 'refs/tags/') }} + if: startsWith(github.ref, 'refs/tags/') + #if: ${{ startsWith(github.ref, 'refs/tags/') }} #if: ${{ startsWith(github.ref, 'refs/tags/') }} # only publish to test.pypi.org on tagged commits from test branch environment: name: testpypi