Skip to content

Commit

Permalink
ci: configure semantic-release (#9)
Browse files Browse the repository at this point in the history
Closes #8.

### Summary of Changes

Configure `semantic-release` to improve the release workflow.
  • Loading branch information
lars-reimann authored Mar 12, 2023
1 parent 2145da0 commit 6f70337
Show file tree
Hide file tree
Showing 4 changed files with 11,461 additions and 26 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ jobs:
python-version: "3.10"
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
permissions:
contents: write
Loading

0 comments on commit 6f70337

Please sign in to comment.