Loading templates/python.yml +7 −0 Original line number Diff line number Diff line Loading @@ -3,12 +3,19 @@ build-wheel: tags: [ns4.shore.co.il] stage: build image: python:slim before_script: - pip install docutils pygments script: - python setup.py check --verbose --metadata --restructuredtext --strict - python setup.py bdist_wheel artifacts: paths: - dist/*.whl variables: XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache" cache: paths: - .cache/ install-wheel: tags: [ns4.shore.co.il] Loading Loading
templates/python.yml +7 −0 Original line number Diff line number Diff line Loading @@ -3,12 +3,19 @@ build-wheel: tags: [ns4.shore.co.il] stage: build image: python:slim before_script: - pip install docutils pygments script: - python setup.py check --verbose --metadata --restructuredtext --strict - python setup.py bdist_wheel artifacts: paths: - dist/*.whl variables: XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache" cache: paths: - .cache/ install-wheel: tags: [ns4.shore.co.il] Loading