From 9f7d13c3b08bd9d33bdaca60f4e054051d84050b Mon Sep 17 00:00:00 2001 From: cpburnz <2126043+cpburnz@users.noreply.github.com> Date: Wed, 31 Aug 2022 00:03:50 -0400 Subject: [PATCH] Release v0.10.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 469726d..023069c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # This Makefile is used to manage development and distribution. # # Created: 2022-08-11 -# Updated: 2022-08-17 +# Updated: 2022-08-31 # .PHONY: build create-venv help prebuild publish test test-all update-venv @@ -83,4 +83,4 @@ dist-prebuild: dist-publish: dist-build ${VENV} twine check ./dist/* - ${VENV} twine upload --skip-existing ./dist/* + ${VENV} twine upload -r pathspec --skip-existing ./dist/*