Loading templates/python.yml +3 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,9 @@ build-wheel: extends: .python3-build script: - python3 setup.py check --verbose --metadata --restructuredtext --strict - >- [ ! -f setup.py ] || python3 setup.py check --verbose --metadata --restructuredtext --strict - python3 -m build after_script: - &twine_check twine check dist/*.whl Loading Loading
templates/python.yml +3 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,9 @@ build-wheel: extends: .python3-build script: - python3 setup.py check --verbose --metadata --restructuredtext --strict - >- [ ! -f setup.py ] || python3 setup.py check --verbose --metadata --restructuredtext --strict - python3 -m build after_script: - &twine_check twine check dist/*.whl Loading