From 2c37ec26e588da837ab94eb8948a921a15dff116 Mon Sep 17 00:00:00 2001 From: "Ch.-David Blot" Date: Wed, 11 Feb 2026 09:03:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20remove=20uv=20token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8f1145f..5db568e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,5 +18,3 @@ jobs: uses: ./.github/actions/setup-test - name: Build & Push packages run: make upload-package - env: - UV_PUBLISH_TOKEN: ${{ secrets.GITHUB_TOKEN }}