From 36f0cba14245018efae80433a3714e2c36459b6d Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Fri, 28 Dec 2018 23:17:21 +0100 Subject: [PATCH] Use new check RST --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c263ecc..f8a46aa 100644 --- a/Makefile +++ b/Makefile @@ -4,14 +4,14 @@ FULLVERSION ?= ${VERSION} archs ?= s390x arm32v7 amd64 i386 arm64v8 arm32v6 .PHONY: docker build-docker publish-docker latest -test: install +test: install check twine upload -r testpypi dist/* -publish: install +publish: install check twine upload dist/* -install: clean check +install: clean sudo python3 setup.py sdist check: - python3 setup.py check --restructuredtext + twine check dist/* build: mkdir -p build dist: