From 421b4a3f912b3e5758b9e1713c03ff7f4a6db8bb Mon Sep 17 00:00:00 2001 From: Brian Okken <1568356+okken@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:14:43 -0800 Subject: [PATCH] makefile mods --- 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