diff --git a/templates/python.yml b/templates/python.yml index 904ef9218f1c2b7ba6e06e4db1ff76c011fe3948..b26ef93399f3bf7e51ef2daf62225feeeb08a93d 100644 --- a/templates/python.yml +++ b/templates/python.yml @@ -31,7 +31,7 @@ build-wheel: before_script: - python3 -m pip install dist/*.whl script: - - true + - "true" needs: - job: build-wheel artifacts: true