Skip to content

Commit

Permalink
Fix runner name in deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Apr 21, 2023
1 parent aa7d7ac commit 28916d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

deploy:
name: Publish to (Test)PyPI
runs-on: ubuntu-slim
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
Expand Down

0 comments on commit 28916d8

Please sign in to comment.