+11
-1
@@ -14,9 +14,19 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install uv
|
||||||
|
uses: astral-sh/setup-uv@v8.1.0
|
||||||
|
with:
|
||||||
|
version: "0.11.14"
|
||||||
|
|
||||||
|
- name: Set venv
|
||||||
|
run: uv venv
|
||||||
|
|
||||||
|
- name: Install python
|
||||||
|
run: uv python install
|
||||||
|
|
||||||
- name: Install build and twine
|
- name: Install build and twine
|
||||||
run: pip install build twine
|
run: uv pip install build twine
|
||||||
|
|
||||||
- name: Install PyPI config
|
- name: Install PyPI config
|
||||||
run: $GITHUB_ACTION_PATH/install_pypi_config.sh
|
run: $GITHUB_ACTION_PATH/install_pypi_config.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user