From 4e8086b6c7c5bf683a773538e98877824ed4e1e4 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Tue, 1 Oct 2024 16:36:39 -0400 Subject: [PATCH] update workflow to allow for first publish on test pypi --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c637cca3..d90d3825 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ on: deploy-to: description: "Deploy to test or prod" type: environment - default: prod + default: test python-version: description: "Python version for building and testing the build" type: string