From 987ce27055bd297f223eb45f5ac07065c1e9729f Mon Sep 17 00:00:00 2001 From: Thomas S Date: Mon, 2 Dec 2024 11:40:59 +0100 Subject: [PATCH] ci: Remove reference of the release environment --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17d3c2b3b..2089d8ff1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,6 @@ jobs: tag-restriction: name: Tag must match semantic versioning pattern runs-on: ubuntu-latest - environment: release steps: - shell: bash run: | @@ -19,7 +18,6 @@ jobs: build: name: Build package distributions runs-on: ubuntu-latest - environment: release permissions: contents: read needs: tag-restriction @@ -65,7 +63,6 @@ jobs: publish: name: Publish package distributions to PyPI using trusted publisher runs-on: ubuntu-latest - environment: release permissions: id-token: write needs: build @@ -111,7 +108,6 @@ jobs: clean: name: Delete package distributions artifacts runs-on: ubuntu-latest - environment: release if: always() needs: publish steps: