Compare commits

..

No commits in common. "12c0bf6b83b8c42116d773cb7faa4f5d52a0ef49" and "585e8c9671abeb16145256fdec64c01e4994ff03" have entirely different histories.

View File

@ -11,6 +11,7 @@ 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: