From 8ba75f7645d5550afa2909859e4cfcafb56ee53e Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Fri, 22 Nov 2024 18:58:05 -0500 Subject: [PATCH] revert defaults --- .github/workflows/publish.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e7d19014..9a158097 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,6 @@ name: "Publish" on: - pull_request: workflow_dispatch: inputs: package: @@ -13,19 +12,19 @@ on: deploy-to: description: "Choose whether to publish to test or prod" type: environment - default: "test" + default: "prod" branch: description: "Choose the branch to publish from" type: string - default: "monorepo/shared-workflows" + default: "main" pypi-internal: description: "Publish Internally" type: boolean - default: false + default: true pypi-public: description: "Publish to PyPI" type: boolean - default: true + default: false # don't attempt to release the same target in parallel concurrency: