From b2654c2ac19ff2aa5b48a75cf30c8e647e274c0b Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Wed, 8 Feb 2023 17:07:59 -0600 Subject: [PATCH] fix: Fix bad config (#32) * Reverts bad config added in PR #31. --- .github/workflows/publish-package.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index ac78603..5af37b5 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -4,9 +4,6 @@ on: push: branches: - main - pull_request: - branches: - - main tags: - v* pull_request: @@ -23,7 +20,6 @@ on: - false - true - jobs: build-and-publish: name: Build and publish Python distro to (Test)PyPI