From 1102869fe64872d8936677a057471dd1d23b09c7 Mon Sep 17 00:00:00 2001 From: Mencken Davidson <76002183+menckend@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:44:39 -0400 Subject: [PATCH] Update publish-commits-to-pypi-test.yaml --- .github/workflows/publish-commits-to-pypi-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-commits-to-pypi-test.yaml b/.github/workflows/publish-commits-to-pypi-test.yaml index 61162c0..4559aa4 100644 --- a/.github/workflows/publish-commits-to-pypi-test.yaml +++ b/.github/workflows/publish-commits-to-pypi-test.yaml @@ -2,7 +2,7 @@ name: Publish to test.pypi on: release: - + types: ['published'] jobs: build: if: contains(github.ref, '/tags/') && contains(github.ref_name, 'test')