Skip to content

Commit

Permalink
set runs-on for ga jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
gzm55 committed May 30, 2024
1 parent ee598dd commit 5ae58b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
name: Upload to test-pypi
needs:
- tn_build
runs-on: ubuntu-latest
permissions:
id-token: write # mandatory for trusted publishing
steps:
Expand All @@ -59,6 +60,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
runs-on: ubuntu-latest
permissions:
id-token: write # mandatory for trusted publishing
steps:
Expand Down

0 comments on commit 5ae58b0

Please sign in to comment.