+5
-1
@@ -23,6 +23,10 @@ runs:
|
|||||||
run: uv venv
|
run: uv venv
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
- name: Install python
|
||||||
|
run: uv python install
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Install build and twine
|
- name: Install build and twine
|
||||||
run: uv pip install build twine
|
run: uv pip install build twine
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -36,5 +40,5 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
run: python3 -m twine upload --repository repo ./dist/*
|
run: python -m twine upload --repository repo ./dist/*
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user