install hatch for release
This commit is contained in:
parent
7511cace42
commit
b64e635b71
2 changed files with 12 additions and 1 deletions
11
.github/workflows/release-pypi.yaml
vendored
11
.github/workflows/release-pypi.yaml
vendored
|
|
@ -31,6 +31,17 @@ jobs:
|
|||
run: |
|
||||
curl -LsSf https://astral.sh/uv/0.6.16/install.sh | sh
|
||||
shell: bash
|
||||
- name: Install hatch
|
||||
run: |
|
||||
uv pip install hatch --system
|
||||
shell: bash
|
||||
- name: Configure Git
|
||||
run: |
|
||||
git config --global user.name "github-actions[bot]"
|
||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
shell: bash
|
||||
- name: GitHub Release (just release)
|
||||
run: just create-release
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue