From ff6fb775c308c226e57d496dcfc555f8c01d42a4 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 12 Jan 2024 19:17:45 +0100 Subject: [PATCH] prep dist --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 45782344..9fac0254 100644 --- a/Makefile +++ b/Makefile @@ -60,14 +60,14 @@ clean-test: ## remove test and coverage artifacts rm -fr htmlcov/ rm -fr .pytest_cache -pypi: clean +prep-dist: clean python setup.py sdist python setup.py bdist_wheel --universal + +pypi: clean prep-dist twine upload dist/* -pypi-gh-actions: clean - python setup.py sdist - python setup.py bdist_wheel --universal +pypi-gh-actions: clean prep-dist twine upload --skip-existing dist/* # Report log