From a4fb0c44f55118089b1e3e56314418733d531248 Mon Sep 17 00:00:00 2001 From: Mencken Davidson <76002183+menckend@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:16:49 -0400 Subject: [PATCH] Update publish-commits-to-pypi-test.yaml --- .github/workflows/publish-commits-to-pypi-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-commits-to-pypi-test.yaml b/.github/workflows/publish-commits-to-pypi-test.yaml index 5820149..8ce840f 100644 --- a/.github/workflows/publish-commits-to-pypi-test.yaml +++ b/.github/workflows/publish-commits-to-pypi-test.yaml @@ -2,8 +2,8 @@ name: Publish to test.pypi on: push: - branches: - - test +# branches: +# - test jobs: build: if: startsWith(github.ref, 'refs/tags/')