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
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
Update version
- Update the __init__.py with new release
- Auto-generated by [CI]
base: master
base: main
signoff: false
draft: false

Expand All @@ -79,7 +79,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4.2.2
with:
ref: master
ref: main

- name: tag v${{ github.event.inputs.version }}
run: |
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4.2.2
with:
ref: master
ref: main

- name: Set up Python
uses: actions/setup-python@v5.6.0
Expand Down