+2
-5
@@ -19,11 +19,8 @@ runs:
|
|||||||
with:
|
with:
|
||||||
version: "0.11.14"
|
version: "0.11.14"
|
||||||
|
|
||||||
- name: Set venv
|
- name: Install and activate venv
|
||||||
run: uv venv
|
run: uv venv && source .venv/bin/activate
|
||||||
|
|
||||||
- name: Install python
|
|
||||||
run: uv python install
|
|
||||||
|
|
||||||
- name: Install build and twine
|
- name: Install build and twine
|
||||||
run: uv pip install build twine
|
run: uv pip install build twine
|
||||||
|
|||||||
Reference in New Issue
Block a user