ci: make tags release to the music-kraken pypi package instead of music-kraken-stable #24

Merged
Hazel merged 1 commits from ci/remove-stable-package into experimental 2024-05-07 21:17:12 +00:00
Showing only changes of commit ac9a74138c - Show all commits

View File

@ -11,7 +11,6 @@ steps:
build-stable:
image: python
commands:
- sed -i 's/name = "music-kraken"/name = "music-kraken-stable"/' pyproject.toml
- python -m pip install -r requirements-dev.txt
- python3 -m build
environment: