Loading .gitlab-ci.yml +7 −7 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ include: - project: shore/ci-stuff file: templates/pre-commit.yml - project: shore/ci-stuff file: templates/python.yml variables: SKIP_PYPI_UPLOAD: 1 install wheel: extends: .install-wheel test: image: registry.shore.co.il/ci-images:python3 before_script: - python3 -m pip install build twine script: - python3 -m build - twine check dist/*.whl - python3 -m pip install dist/*.whl - sampleproject Loading
.gitlab-ci.yml +7 −7 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ include: - project: shore/ci-stuff file: templates/pre-commit.yml - project: shore/ci-stuff file: templates/python.yml variables: SKIP_PYPI_UPLOAD: 1 install wheel: extends: .install-wheel test: image: registry.shore.co.il/ci-images:python3 before_script: - python3 -m pip install build twine script: - python3 -m build - twine check dist/*.whl - python3 -m pip install dist/*.whl - sampleproject