From d7bb324633bd841d7532bb42deb347800a2f56a7 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Mon, 16 Oct 2023 15:53:00 +0200 Subject: [PATCH] release: fix target name --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 75fbde472..59b731021 100644 --- a/Makefile +++ b/Makefile @@ -205,9 +205,9 @@ release: release-test git tag ${VERSION} . testenv2/bin/activate && \ pip install build && \ - python -m build testenv2/src/${PACKAGE} && \ + python -m build testenv2/src/${MODULE} && \ pip install twine && \ - twine upload testenv2/src/${PACKAGE}/dist/* && \ + twine upload testenv2/src/${MODULE}/dist/* && \ git push --tags flake8: $(PYSOURCES)