Commit ef50e93d authored by nimrod's avatar nimrod
Browse files

Check built wheels using Twine.

It's the supported option nowadays and I put it in the after_script
section so it won't break anything if it fails.
parent 41c1aa45
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ build-wheel:
  script:
    - python3 setup.py check --verbose --metadata --restructuredtext --strict
    - python3 setup.py bdist_wheel
  after_script:
    - twine check dist/*.whl
  artifacts:
    paths:
      - dist/*.whl