From 6b9b85a252cc10a40d024710777df48b53740b9a Mon Sep 17 00:00:00 2001 From: Adi Roiban Date: Mon, 5 Jun 2023 12:32:27 +0100 Subject: [PATCH] Add dedicated environment. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7845fac0..81b86adc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,6 +194,7 @@ jobs: # https://github.community/t/is-it-possible-to-require-all-github-actions-tasks-to-pass-without-enumerating-them/117957/4?u=graingert name: Check tag and publish runs-on: ubuntu-latest + environment: release-pypi permissions: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write