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

This commit is contained in:
2026-05-14 13:46:46 -06:00
parent d2dba7a848
commit 7dbdf09117
+4 -4
View File
@@ -19,8 +19,8 @@ runs:
with:
version: "0.11.14"
- name: Install and activate venv
run: uv venv && source .venv/bin/activate
- name: Install venv
run: uv venv
- name: Install build and twine
run: uv pip install build twine
@@ -30,7 +30,7 @@ runs:
shell: bash
- name: Build project
run: python -m build
run: uv python -m build
- name: Publish package
run: python -m twine upload --repository repo ./dist/*
run: uv python -m twine upload --repository repo ./dist/*