Skip to content

Commit

Permalink
Reference release environment
Browse files Browse the repository at this point in the history
  • Loading branch information
tgmachina committed Sep 13, 2024
1 parent 41bc85c commit a7c9580
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
jobs:
release-build:
runs-on: ubuntu-latest

environment:
name: Release
steps:
- uses: actions/checkout@v4

Expand All @@ -30,6 +31,8 @@ jobs:

pypi-publish:
runs-on: ubuntu-latest
environment:
name: Release
needs:
- release-build
permissions:
Expand Down

0 comments on commit a7c9580

Please sign in to comment.