From af129039171953b48e0b861a1ef1cd848f71b298 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 28 Jun 2026 12:38:50 -0400 Subject: [PATCH] [ci] Keep working it --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bc1100b8..c149877a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -49,12 +49,12 @@ jobs: - name: Build Python sdist run: | - pip install build + pip install --break-system-packages build python -m build --sdist - name: Upload release asset to Gitea env: - GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} + GITEA_TOKEN: ${{ secrets.GITEA}} run: | VERSION=$(cat IRIS_VERSION) ASSET="dist/Mopidy_Iris-${VERSION}.tar.gz"