Extract podcast metadata from tags and sidecar files
This commit is contained in:
@ -30,6 +30,13 @@ jobs:
|
||||
- name: Build sdist and wheel
|
||||
run: python -m build
|
||||
|
||||
- name: Build release zip
|
||||
run: |
|
||||
set -euo pipefail
|
||||
VERSION="${{ gitea.ref_name }}"
|
||||
cd dist
|
||||
zip "Mopidy-Webhooks-${VERSION}.zip" *.tar.gz
|
||||
|
||||
- name: Publish to Gitea release
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA }}
|
||||
|
||||
Reference in New Issue
Block a user