From 9f9e46d6fb5c53807a8c486f71b90a2ee3085bf2 Mon Sep 17 00:00:00 2001 From: gmweaver Date: Wed, 5 Jun 2024 21:02:46 -0700 Subject: [PATCH] test release --- .github/workflows/{deploy.yml => deploy-test.yml} | 1 - 1 file changed, 1 deletion(-) rename .github/workflows/{deploy.yml => deploy-test.yml} (97%) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy-test.yml similarity index 97% rename from .github/workflows/deploy.yml rename to .github/workflows/deploy-test.yml index d2acca1..f659d80 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy-test.yml @@ -98,7 +98,6 @@ jobs: environment: pypi permissions: id-token: write - if: github.event_name == 'release' && github.event.action == 'published' steps: - uses: actions/download-artifact@v4 with: