From c431ce600fd58a88a677f326746999f3732998ae Mon Sep 17 00:00:00 2001 From: Peter Zsoldos Date: Tue, 22 Aug 2023 08:51:02 +0000 Subject: [PATCH] use the correct project specific twine password --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed38543..1368198 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PYPI_SERVER?=testpypi ifeq ($(PYPI_SERVER),testpypi) TWINE_PASSWORD=${TEST_TWINE_PASSWORD} else - TWINE_PASSWORD=${PROD_TWINE_PASSWORD} + TWINE_PASSWORD=${CURRENTUSER_TWINE_PASSWORD} endif RELEASE_PYTHON=python3.8 GIT_REMOTE_NAME?=origin