From fe55d22f01ffcbe27098eef200e2640fc753eaca Mon Sep 17 00:00:00 2001 From: chris-theroux <109390251+chris-theroux@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:03:25 -0600 Subject: [PATCH] Adding release environment to pypi-publish (#39) --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index fa0de20..0c8fc9a 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -13,7 +13,7 @@ permissions: jobs: deploy: - + environment: release runs-on: ubuntu-latest permissions: # IMPORTANT: this permission is mandatory for trusted publishing