ci: remove unstable suffix from experimental and add stable suffix to tagged builds
This commit is contained in:
@@ -5,6 +5,7 @@ steps:
|
|||||||
build:
|
build:
|
||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
|
- sed -i 's/name = "music-kraken"/name = "music-kraken-stable"/' pyproject.toml
|
||||||
- python -m pip install -r requirements-dev.txt
|
- python -m pip install -r requirements-dev.txt
|
||||||
- python3 -m build
|
- python3 -m build
|
||||||
environment:
|
environment:
|
||||||
@@ -15,7 +16,6 @@ steps:
|
|||||||
build-dev:
|
build-dev:
|
||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
- sed -i 's/name = "music-kraken"/name = "music-kraken-unstable"/' pyproject.toml
|
|
||||||
- python -m pip install -r requirements-dev.txt
|
- python -m pip install -r requirements-dev.txt
|
||||||
- python3 -m build
|
- python3 -m build
|
||||||
when:
|
when:
|
||||||
|
|||||||
Reference in New Issue
Block a user