ci: add pipeline #8

Merged
Hazel merged 11 commits from ci/add-pipeline into experimental 2024-04-16 17:56:47 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 329aa39271 - Show all commits

View File

@ -16,7 +16,6 @@ steps:
build-dev:
image: python
commands:
- export SETUPTOOLS_SCM_PRETEND_VERSION="$(git describe --abbrev=0 --tags).dev$(git rev-list "$(git describe --abbrev=0 --tags)..HEAD" --count)"
- python -m pip install -r requirements-dev.txt
- python3 -m build
when:

View File

@ -19,6 +19,9 @@ source = "vcs"
path = "music_kraken/_version.py"
fallback-version = "0.0.0"
[tool.hatch.version.raw-options]
local_scheme = "no-local-version"
[tool.hatch.build.hooks.vcs]
version-file = "music_kraken/_version.py"