Loading templates/python.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ build-wheel: stage: build image: registry.shore.co.il/ci-images:python3 before_script: - python3 -m pip install docutils pygments - python3 -m pip install docutils pygments wheel script: - python3 setup.py check --verbose --metadata --restructuredtext --strict - python3 setup.py bdist_wheel Loading Loading
templates/python.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ build-wheel: stage: build image: registry.shore.co.il/ci-images:python3 before_script: - python3 -m pip install docutils pygments - python3 -m pip install docutils pygments wheel script: - python3 setup.py check --verbose --metadata --restructuredtext --strict - python3 setup.py bdist_wheel Loading