now wtih build in sync

This commit is contained in:
Jonas Linter
2025-09-25 16:25:28 +02:00
parent 2af9558b35
commit 06ea9caded

View File

@@ -18,7 +18,7 @@ jobs:
- name: Install Python 3.13
run: uv python install 3.13
- name: Build
run: uv build
run: uv auth login gitea.linter-home.com --username jonas --password ${{ secrets.CI_TOKEN }} && uv build
# Check that basic features work and we didn't miss to include crucial files
- name: Publish
run: uv publish --publish-url https://gitea.linter-home.com/api/packages/jonas/pypi --username jonas --password ${{ secrets.CI_TOKEN }}