a
Push to main / Reset-Version-Tag (push) Successful in 6s

This commit is contained in:
2026-05-14 13:40:15 -06:00
parent e52cea366a
commit 174e004b7c
+11 -1
View File
@@ -14,9 +14,19 @@ inputs:
runs:
using: "composite"
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
run: pip install build twine
run: uv pip install build twine
- name: Install PyPI config
run: $GITHUB_ACTION_PATH/install_pypi_config.sh