Skip to content
Snippets Groups Projects
Commit 7c8d6162 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

lighter build

parent e23e6d82
No related branches found
No related tags found
No related merge requests found
Pipeline #62640 passed with stages
in 2 minutes and 5 seconds
...@@ -62,7 +62,7 @@ test_python311: ...@@ -62,7 +62,7 @@ test_python311:
build_python: build_python:
stage: build stage: build
before_script: before_script:
- pip install --break-system-packages --upgrade Cython setuptools pip twine - pip install --break-system-packages --upgrade setuptools pip twine
script: script:
- python setup.py bdist_wheel - python setup.py bdist_wheel
- mv dist/*.whl . - mv dist/*.whl .
......
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