Skip to content

Commit be9c2c3

Browse files
committed
Merge branch 'quentin/fixRelease' into 'master'
fix(ci): actually build the wheel during build-wheel/* jobs See merge request TankerHQ/sdk-python!243
2 parents fa677d1 + 07bad4c commit be9c2c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ safety:
408408
script:
409409
- poetry run python run-ci.py reset-branch $UPSTREAM_BRANCH_NAME
410410
- poetry run python run-ci.py --isolate-conan-user-home prepare --remote $CONAN_REMOTE --use-tanker=deployed --tanker-ref $SDK_NATIVE_LATEST_CONAN_REFERENCE --profile $CONAN_PROFILE
411-
- poetry run python run-ci.py --isolate-conan-user-home build --profile $CONAN_PROFILE - $SDK_PYTHON_RELEASE_VERSION --remote $CONAN_REMOTE --tanker-ref $SDK_NATIVE_LATEST_CONAN_REFERENCE
411+
- poetry run python run-ci.py --isolate-conan-user-home build --profile $CONAN_PROFILE --release $SDK_PYTHON_RELEASE_VERSION --remote $CONAN_REMOTE --tanker-ref $SDK_NATIVE_LATEST_CONAN_REFERENCE
412412
artifacts:
413413
paths:
414414
- dist

0 commit comments

Comments
 (0)