From 109883629d2062db9c891beff85c05fed98d64cf Mon Sep 17 00:00:00 2001 From: Brian Okken <1568356+okken@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:15:04 -0800 Subject: [PATCH] makefile mods (#77) --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 03055de..4494137 100644 --- a/Makefile +++ b/Makefile @@ -31,13 +31,6 @@ test: ## run tests on one version of Python tox: ## run tests on all available versions of Python tox -release: clean ## package and upload a release - rm -fr dist - flit publish - @echo "pushing tags" - git tag $(cards version) - git push --tags - dist: clean ## builds source and wheel package flit build ls -l dist