Commit 27b09cc3 authored by nimrod's avatar nimrod
Browse files

Requirement for building a Python wheel.

parent ed9e1305
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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