From e95b680ff0aff69acb67ce437138d651d32e45d6 Mon Sep 17 00:00:00 2001 From: Jonas Linter Date: Thu, 25 Sep 2025 16:42:27 +0200 Subject: [PATCH] Seems like I have to remember updating the toml before adding a releaese --- .github/workflows/publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 53953f1..dbad958 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -2,7 +2,6 @@ name: "Publish" on: push: - branches: [ "*" ] tags: # Publish on any tag starting with a `v`, e.g., v0.1.0 - v* @@ -21,4 +20,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 }} --check-url https://gitea.linter-home.com/jonas/-/packages/pypi/alpine-bits-python-server \ 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 }} \ No newline at end of file