From 7e55c3386db1ff35bcc8c7be27f5968fb697c5e3 Mon Sep 17 00:00:00 2001 From: Jarred Parrett <91471796+jarredSafegraph@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:45:41 -0400 Subject: [PATCH] Update build-and-deploy-release-pypi.yml --- .github/workflows/build-and-deploy-release-pypi.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy-release-pypi.yml b/.github/workflows/build-and-deploy-release-pypi.yml index 1e5874a..d151d0c 100644 --- a/.github/workflows/build-and-deploy-release-pypi.yml +++ b/.github/workflows/build-and-deploy-release-pypi.yml @@ -1,8 +1,10 @@ name: Build and Upload Python Package -on: - release: - types: [push] +# on: +# release: +# types: [push] + +on: [push] permissions: contents: read