Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-mccarthy committed Dec 22, 2024
1 parent 37da51b commit 6bac5a2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on:
tags: [ '[0-9]+.[0-9]+.[0-9]+' ]

jobs:
permissions:
contents: write
packages: write

build:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 6bac5a2

Please sign in to comment.