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

fix build

parent c19a7251
No related branches found
No related tags found
No related merge requests found
Pipeline #61606 passed with stages
in 59 seconds
...@@ -67,7 +67,7 @@ test_python311: ...@@ -67,7 +67,7 @@ test_python311:
build_python: build_python:
stage: build stage: build
before_script: before_script:
- pip install --break-system-packages --upgrade Cython setuptools pip - pip install --break-system-packages --upgrade Cython setuptools pip twine
script: script:
- python setup.py bdist_wheel - python setup.py bdist_wheel
- mv dist/*.whl . - mv dist/*.whl .
...@@ -75,7 +75,6 @@ build_python: ...@@ -75,7 +75,6 @@ build_python:
paths: paths:
- "*.whl" - "*.whl"
after_script: after_script:
- pip install twine
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi *.whl - TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi *.whl
only: only:
- tags - tags
......
...@@ -3,4 +3,4 @@ from .multibuild import Multibuild, find_all ...@@ -3,4 +3,4 @@ from .multibuild import Multibuild, find_all
from .faster_builds import monkey_patch_parallel_compilation from .faster_builds import monkey_patch_parallel_compilation
from .requirements import read_requirements_txt, find_c, find_pyx_and_c, find_pyx from .requirements import read_requirements_txt, find_c, find_pyx_and_c, find_pyx
__version__ = '2.0' __version__ = '2.0'
\ 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