update build action
build / build (push) Successful in 26s

This commit is contained in:
Matteo Rosati
2026-04-22 23:27:09 +02:00
parent 8c59472f57
commit 6adc7b24c6
+2 -1
View File
@@ -23,7 +23,8 @@ jobs:
uv build uv build
- name: Upload wheel - name: Upload wheel
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: python-wheel name: python-wheel
path: dist/*.whl path: dist/*.whl
retention-days: 7