From 852e330bfca616e033fa4453fcd77bd4f1af1a06 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 5 Jul 2019 09:43:37 +0200 Subject: prepare for version 1.0 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4cdb7d1..bd3c1b4 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ PYTHON=python3 branch := $(shell git symbolic-ref --short -q HEAD) +CIBW_BEFORE_BUILD="pip install numpy cython" + help : @echo "The following make targets are available:" @@ -73,5 +75,8 @@ autopep8 : aautopep8 : autopep8 -air test ot examples --jobs -1 + +wheels: + cibuildwheel --platform linux --output-dir dist FORCE : -- cgit v1.2.3