Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinp72 authored Jul 18, 2024
1 parent 76d62be commit 30a4fe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@ name: Upload Python Package
on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: read
id-token: write

environment: publish

jobs:
deploy:

runs-on: ubuntu-latest
environment: publish

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 30a4fe4

Please sign in to comment.