Files
Colin Powell a054575dea
Some checks failed
CI / Build (push) Failing after 18m47s
CI / pyright (push) Failing after 3m39s
CI / pytest (3.13) (push) Failing after 6s
CI / ruff check (push) Failing after 6s
CI / ruff format (push) Failing after 7s
CI / pytest (3.14) (push) Failing after 6s
Initial project skeleton for mopidy-smartplaylists
2026-06-24 19:11:02 -04:00

17 lines
292 B
YAML

name: Release
on:
release:
types:
- released
jobs:
release:
runs-on: ubuntu-24.04
permissions:
id-token: write
steps:
- uses: actions/checkout@v6
- uses: hynek/build-and-inspect-python-package@v2
- uses: pypa/gh-action-pypi-publish@v1.12.4