From 4e413d2263371646cb5e79637a190a4b46422a17 Mon Sep 17 00:00:00 2001 From: Alexander VanTol Date: Fri, 19 Jan 2024 14:32:21 -0600 Subject: [PATCH] Update pypi.yaml --- .github/workflows/pypi.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index d2fe2a59..7f99e9d8 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -2,11 +2,16 @@ name: PyPI on: push: branches: - # - main - # - master - - '*' + - main + - master tags: - '*' + workflow_dispatch: + inputs: + confirm: + description: 'Please confirm with Y that you intend to manually run this workflow.' + required: true + default: 'Y' jobs: PyPIPoetryPublish: name: PyPI Poetry Publish