From a812a86b5b20afb595d2a4c0101ec2eb86a2ebe4 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 27 May 2019 09:13:03 -0400 Subject: Fewer coverage specfics in upload_relnotes.py --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e9f790a7..24a300f2 100644 --- a/Makefile +++ b/Makefile @@ -129,3 +129,6 @@ publishbeta: rm -f $(WEBSAMPLEBETA)/*.* mkdir -p $(WEBSAMPLEBETA) cp doc/sample_html_beta/*.* $(WEBSAMPLEBETA) + +upload_relnotes: + python ci/upload_relnotes.py CHANGES.rst pypi/coverage -- cgit v1.2.1