From 48c846e0327561c2043ed5be0fff83159c8fd6e1 Mon Sep 17 00:00:00 2001 From: Sean Smith Date: Fri, 14 Jun 2024 06:57:43 -0700 Subject: [PATCH] trying to get testpypi publishing to work --- .github/workflows/publish-to-test-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index fccfa2f..3a651d3 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -30,6 +30,7 @@ jobs: publish-to-pypi: name: >- Publish Python 🐍 distribution 📦 to PyPI + if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes needs: - build runs-on: ubuntu-latest @@ -51,7 +52,6 @@ jobs: publish-to-testpypi: name: >- Publish Python 🐍 distribution 📦 to TestPyPI - if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes needs: - build runs-on: ubuntu-latest