From 7219ca85c57f31fa9fbac739a825b3883bd154eb Mon Sep 17 00:00:00 2001 From: Roshan Rao Date: Tue, 7 Sep 2021 10:22:58 -0400 Subject: [PATCH] don't test pypi on push --- .github/workflows/testpypi.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/testpypi.yml b/.github/workflows/testpypi.yml index ab3271af..5f8823d8 100644 --- a/.github/workflows/testpypi.yml +++ b/.github/workflows/testpypi.yml @@ -2,10 +2,6 @@ name: Upload to TestPyPI # Controls when the action will run. on: - # Triggers the workflow on push to the master branch - push: - branches: [ master ] - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: