Skip to content

Commit

Permalink
Update publish_to_pypi.yml one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
grantbuster authored Dec 26, 2024
1 parent 4bfd5a7 commit 769609b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ name: Upload to PyPi
on:
release:
types: [published]
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 769609b

Please sign in to comment.