Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
ci: when releasing, create a PR instead of pushing to main (#13)
Browse files Browse the repository at this point in the history
### Summary of Changes

Since we use required workflows, nobody can currently push to main. See
this discussion: https://github.com/orgs/community/discussions/43890
  • Loading branch information
lars-reimann authored Mar 14, 2023
1 parent a2bf2fc commit 53d8eac
Show file tree
Hide file tree
Showing 4 changed files with 684 additions and 58 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ jobs:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
permissions:
contents: write
issues: write
pull-requests: write
Loading

0 comments on commit 53d8eac

Please sign in to comment.