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: |
|
run: |
|
||||||
curl -LsSf https://astral.sh/uv/0.6.16/install.sh | sh
|
curl -LsSf https://astral.sh/uv/0.6.16/install.sh | sh
|
||||||
shell: bash
|
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)
|
- name: GitHub Release (just release)
|
||||||
run: just create-release
|
run: just create-release
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.4.1b0"
|
__version__ = "0.4.1b1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue