Skip to content

Commit

Permalink
ci: Remove reference of the release environment (#842)
Browse files Browse the repository at this point in the history
We don't need to fill the `deployment` section of GH, as long as we do only releases.
  • Loading branch information
thomass-dev authored Dec 2, 2024
1 parent 310c0b8 commit ff184b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
tag-restriction:
name: Tag must match semantic versioning pattern
runs-on: ubuntu-latest
environment: release
steps:
- shell: bash
run: |
Expand All @@ -19,7 +18,6 @@ jobs:
build:
name: Build package distributions
runs-on: ubuntu-latest
environment: release
permissions:
contents: read
needs: tag-restriction
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -111,7 +108,6 @@ jobs:
clean:
name: Delete package distributions artifacts
runs-on: ubuntu-latest
environment: release
if: always()
needs: publish
steps:
Expand Down

0 comments on commit ff184b8

Please sign in to comment.