Skip to content

Commit

Permalink
fix python publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Oct 13, 2023
1 parent 67459ec commit ec3a6d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ name: Upload Python Package
on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: read
defaults:
run:
shell: bash -l {0}

jobs:
deploy:
Expand Down

0 comments on commit ec3a6d1

Please sign in to comment.