Skip to content

Commit

Permalink
Run sensitive jobs within environments
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer authored Oct 16, 2023
1 parent 837bf41 commit 4933321
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ jobs:
needs:
[pre_build_sanity_check, build_wheels, build_wheels_windows, build_sdist]
runs-on: ubuntu-latest
environment: test_pypi

steps:
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -303,6 +304,7 @@ jobs:
pre_publish_sanity_check,
]
runs-on: ubuntu-latest
environment: production_pypi

steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 4933321

Please sign in to comment.