Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Use PAT to allow the created release to trigger other workflows
token: ${{ secrets.RELEASE_TOKEN }}

- name: Get version from PR title
id: version
Expand Down Expand Up @@ -72,3 +74,5 @@ jobs:
body_path: release_notes.md
draft: false
prerelease: false
# Use PAT to trigger the release.yml workflow for PyPI publishing
token: ${{ secrets.RELEASE_TOKEN }}