ci: change version format because pypi won't allow local versions
This commit is contained in:
parent
5e04c480bd
commit
4367c2274d
@ -16,6 +16,7 @@ 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:
|
||||
|
Loading…
Reference in New Issue
Block a user