Skip to content
Snippets Groups Projects
Commit cd467f0b authored by Hannes Feldt's avatar Hannes Feldt
Browse files

fix

parent ca769d04
No related branches found
No related tags found
2 merge requests!10Add pre commit improve tox setup,!9Draft: Add pre-commit hook and improve with better linting
Pipeline #110016 failed
Pipeline: Python Binary Wheel Package

#110017

    ......@@ -100,7 +100,7 @@ package_files:
    - dist/*
    script:
    - source scripts/setup-docker-host.sh
    - cibuildwheel --platform linux --output-dir dist
    - tox -e build-ci-linux
    package_docs:
    stage: package
    ......
    FROM python:3.13
    RUN python -m pip install --upgrade pip
    RUN python -m pip install --upgrade tox twine cibuildwheel==2.13.1
    RUN python -m pip install --upgrade cibuildwheel pip tox twine
    RUN curl -sSL https://get.docker.com/ | sh
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment