From a18c3c964f80a7bd4252a4a4aa6054034d3108e6 Mon Sep 17 00:00:00 2001 From: John Vivian Date: Thu, 8 Jun 2017 11:10:09 -0700 Subject: [PATCH] Add back in sdist --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 076c532..6e596be 100644 --- a/Makefile +++ b/Makefile @@ -136,7 +136,9 @@ docker: push_docker: docker + $(python) setup.py sdist$ cd docker && make push + rm ./dist/toil-rnaseq*.tar.gz .PHONY: help \ prepare \