From 4d4eecb02e33654313b7d7e688d2be6c49688211 Mon Sep 17 00:00:00 2001 From: Justin Flannery Date: Wed, 20 Mar 2024 15:46:23 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci/cd=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 72e53eb..bf296c5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -4,12 +4,11 @@ on: release: types: - published - workflow_dispatch: jobs: pypi-publish: name: PyPI - if: github.repository_owner == 'juftin' && (github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.actor == 'juftin')) + if: github.repository_owner == 'juftin' runs-on: ubuntu-latest steps: - name: Check out the repository