From d9f814ca64a3bdbc7961b67d8a502164063b3433 Mon Sep 17 00:00:00 2001 From: Jonas Linter Date: Thu, 25 Sep 2025 16:26:58 +0200 Subject: [PATCH] Testing with --force to overwrite existing --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4bc3613..5f54a6d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,4 +21,4 @@ jobs: 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 }} \ No newline at end of file + run: uv publish --publish-url https://gitea.linter-home.com/api/packages/jonas/pypi --username jonas --password ${{ secrets.CI_TOKEN }} --force \ No newline at end of file