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

This commit is contained in:
2026-05-14 13:29:12 -06:00
parent aeccb00e65
commit e5273c8f36
+5 -1
View File
@@ -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