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

update

parent 45571645
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 #110029 failed
Pipeline: Python Binary Wheel Package

#110030

    ......@@ -16,10 +16,11 @@ build-template:
    # Bootstrap Cookiecutter template to test provided ci pipeline template
    script:
    - python --version # For debugging
    - git config --global user.email "ci-runner@example.com"
    - git config --global user.name "CI Runner"
    - git config --global init.defaultBranch main
    - cookiecutter --no-input --overwrite-if-exists --output-dir . .
    - cd my_awesome_app
    - git config user.email "ci-runner@example.com"
    - git config user.name "CI Runner"
    - git init
    - source ./setup.sh
    - ls -lah
    ......
    FROM python:3.12
    FROM python:3.13
    RUN python -m pip install --upgrade pip
    RUN python -m pip install --upgrade cookiecutter tox twine cibuildwheel==2.13.1 cookiecutter
    RUN curl -sSL https://get.docker.com/ | sh
    RUN python -m pip install --upgrade cookiecutter tox twine
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment