Skip to content

Commit

Permalink
More deploy workflow wrangling
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 12, 2024
1 parent c302357 commit 6c941e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [test]
environment: release
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 6c941e3

Please sign in to comment.