Loading templates/python.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
templates/python.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading