Loading templates/python.yml +0 −4 Original line number Diff line number Diff line Loading @@ -3,8 +3,6 @@ build-wheel: tags: [ns4.shore.co.il] stage: build image: registry.shore.co.il/ci-images:python3 before_script: - python3 -m pip install docutils pygments wheel script: - python3 setup.py check --verbose --metadata --restructuredtext --strict - python3 setup.py bdist_wheel Loading Loading @@ -37,8 +35,6 @@ pypi-upload: tags: [ns4.shore.co.il] stage: deploy image: registry.shore.co.il/ci-images:python3 before_script: - python3 -m pip install twine script: - twine check dist/* - twine upload --config-file "$pypirc" dist/* Loading Loading
templates/python.yml +0 −4 Original line number Diff line number Diff line Loading @@ -3,8 +3,6 @@ build-wheel: tags: [ns4.shore.co.il] stage: build image: registry.shore.co.il/ci-images:python3 before_script: - python3 -m pip install docutils pygments wheel script: - python3 setup.py check --verbose --metadata --restructuredtext --strict - python3 setup.py bdist_wheel Loading Loading @@ -37,8 +35,6 @@ pypi-upload: tags: [ns4.shore.co.il] stage: deploy image: registry.shore.co.il/ci-images:python3 before_script: - python3 -m pip install twine script: - twine check dist/* - twine upload --config-file "$pypirc" dist/* Loading