[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 - name: Build Python sdist
run: | run: |
pip install build pip install --break-system-packages build
python -m build --sdist python -m build --sdist
- name: Upload release asset to Gitea - name: Upload release asset to Gitea
env: env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} GITEA_TOKEN: ${{ secrets.GITEA}}
run: | run: |
VERSION=$(cat IRIS_VERSION) VERSION=$(cat IRIS_VERSION)
ASSET="dist/Mopidy_Iris-${VERSION}.tar.gz" ASSET="dist/Mopidy_Iris-${VERSION}.tar.gz"