build: moved to pyproject.toml

This commit is contained in:
2024-04-10 15:29:34 +02:00
parent 9c092740b9
commit 6ba2428dd8
4 changed files with 41 additions and 49 deletions

View File

@ -151,7 +151,7 @@ semver:
- export REPOSITORY_PASSWORD=$CI_PYPI_TOKEN
- >
semantic-release publish -v DEBUG
-D version_variable=./setup.py:__version__
-D version_toml=./pyproject.toml:project.version
-D hvcs=gitlab
allow_failure: false