Skip to content
Snippets Groups Projects
Commit 7046c8d8 authored by Bryan Brancotte's avatar Bryan Brancotte
Browse files

install all dev dependenvies to build package

parent b37c8c2c
No related branches found
No related tags found
1 merge request!1Build package
Pipeline #13109 failed with stage
in 1 minute and 17 seconds
...@@ -7,7 +7,8 @@ upload: ...@@ -7,7 +7,8 @@ upload:
TWINE_PASSWORD: "${PRIVATE_REGISTRY_TOKEN_PASSWORD}" TWINE_PASSWORD: "${PRIVATE_REGISTRY_TOKEN_PASSWORD}"
TWINE_USERNAME: "${PRIVATE_REGISTRY_TOKEN_USERNAME}" TWINE_USERNAME: "${PRIVATE_REGISTRY_TOKEN_USERNAME}"
script: script:
- pip install "setuptools>=62.6" twine - pip install "setuptools>=62.6"
- pip install -e .[dev]
- echo "Tag name used ${CI_COMMIT_TAG}" - echo "Tag name used ${CI_COMMIT_TAG}"
- > - >
if [[ -z "$CI_COMMIT_TAG" ]]; then if [[ -z "$CI_COMMIT_TAG" ]]; then
......
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