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

add pages

parent f0636f4c
Branches feature/py311
No related tags found
No related merge requests found
Pipeline #61315 failed with stages
in 8 minutes and 30 seconds
...@@ -129,6 +129,7 @@ build_python311: ...@@ -129,6 +129,7 @@ build_python311:
- pip install --break-system-packages --upgrade Cython setuptools pip repairwheel doctor-wheel - pip install --break-system-packages --upgrade Cython setuptools pip repairwheel doctor-wheel
- pip install --break-system-packages -r requirements.txt - pip install --break-system-packages -r requirements.txt
- python setup.py bdist_wheel - python setup.py bdist_wheel
- mv dist/*.whl .
- repairwheel dist/*.whl -o . - repairwheel dist/*.whl -o .
- doctor-wheel *.whl - doctor-wheel *.whl
artifacts: artifacts:
...@@ -143,53 +144,42 @@ build_python311: ...@@ -143,53 +144,42 @@ build_python311:
- branches - branches
deploy_python35: build_python35:
extends: .build_python
image: python:3.5
deploy_python36:
extends: .build_python
image: python:3.5
deploy_python35:
extends: .build_python extends: .build_python
image: python:3.5 image: python:3.5
deploy_python35: build_python36:
extends: .build_python extends: .build_python
image: python:3.6 image: python:3.6
deploy_python37: build_python37:
extends: .build_python extends: .build_python
image: python:3.7 image: python:3.7
deploy_python38: build_python38:
extends: .build_python extends: .build_python
image: python:3.8 image: python:3.8
deploy_python39: build_python39:
extends: .build_python extends: .build_python
image: python:3.9 image: python:3.9
deploy_python310: build_python310:
extends: .build_python extends: .build_python
image: python:3.10 image: python:3.10
deploy_python311: build_python311:
extends: .build_python extends: .build_python
image: python:3.11 image: python:3.11
deploy_python312: build_python312:
extends: .build_python extends: .build_python
image: python:3.12 image: python:3.12
\ No newline at end of file
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