From 943a14a1b0be90da0f8740e7f57116fd4056293b Mon Sep 17 00:00:00 2001 From: Bruce Edelman Date: Thu, 6 Jul 2023 21:18:39 +0000 Subject: [PATCH] Revert "try to make pypi publish only happen for changes to main" This reverts commit a9cbf173727a5850aa0bd53c82517d2a9ffc94b0. --- .github/workflows/python-publish.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 85f6b32..2f80821 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -43,13 +43,6 @@ jobs: path: dist/wheelhouse PyPI_Upload: - on: - push: - branches: - - main - pull_request: - branches: - - main runs-on: ubuntu-latest needs: ['manylinux'] steps: