From ff4cf059d85cf800ec64a1604ebc675f79823b4c Mon Sep 17 00:00:00 2001 From: Jojo Ortiz Date: Tue, 19 Dec 2023 18:37:39 -0800 Subject: [PATCH] test that test-pypi works on same tag --- .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 2056a0d..7760922 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -1,6 +1,6 @@ name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI -on: push +on: push #test jobs: build: