[ci] Keep working it
Some checks failed
CI / test (push) Successful in 1m18s
CI / deploy (push) Failing after 49s

This commit is contained in:
2026-06-28 12:38:50 -04:00
parent 46c0e87187
commit af12903917

View File

@ -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"