use uv tool
This commit is contained in:
parent
b64e635b71
commit
2232d81d07
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release-pypi.yaml
vendored
2
.github/workflows/release-pypi.yaml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Install hatch
|
- name: Install hatch
|
||||||
run: |
|
run: |
|
||||||
uv pip install hatch --system
|
uv tool install hatch
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.4.1b1"
|
__version__ = "0.4.1b2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue