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

This commit is contained in:
2026-05-14 13:44:41 -06:00
parent 174e004b7c
commit d2dba7a848
+2 -5
View File
@@ -19,11 +19,8 @@ runs:
with:
version: "0.11.14"
- name: Set venv
run: uv venv
- name: Install python
run: uv python install
- name: Install and activate venv
run: uv venv && source .venv/bin/activate
- name: Install build and twine
run: uv pip install build twine