Skip to content
Snippets Groups Projects
Commit 7ce2a75d authored by Frank Baier's avatar Frank Baier
Browse files

Update .gitlab-ci.yml to include versioneer vendor install

Added a step to install versioneer with the `--vendor` flag in the CI pipeline. This ensures versioneer is properly set up for managing versioning during builds. The change helps streamline the build and deployment process.
parent 6eef63b7
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,6 @@ run-default:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- pip install build twine versioneer
- versioneer install --vendor
- python -m build
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment