+4
-4
@@ -19,8 +19,8 @@ runs:
|
|||||||
with:
|
with:
|
||||||
version: "0.11.14"
|
version: "0.11.14"
|
||||||
|
|
||||||
- name: Install and activate venv
|
- name: Install venv
|
||||||
run: uv venv && source .venv/bin/activate
|
run: uv venv
|
||||||
|
|
||||||
- name: Install build and twine
|
- name: Install build and twine
|
||||||
run: uv pip install build twine
|
run: uv pip install build twine
|
||||||
@@ -30,7 +30,7 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: python -m build
|
run: uv python -m build
|
||||||
|
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
run: python -m twine upload --repository repo ./dist/*
|
run: uv python -m twine upload --repository repo ./dist/*
|
||||||
|
|||||||
Reference in New Issue
Block a user