From 4bcc5b17a5ccb77296389e59371047671c43a126 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:16:16 +0300 Subject: [PATCH] Add GitHub Environment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afdf7d6..befd5af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,6 +59,13 @@ jobs: runs-on: ubuntu-latest needs: build-package + environment: + name: pypi + url: >- + https://pypi.org/project/blurb/${{ + github.event.release.tag_name + }} + permissions: id-token: write