Skip to content

Commit

Permalink
use the correct project specific twine password
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoldosp committed Aug 22, 2023
1 parent f9da59e commit c431ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c431ce6

Please sign in to comment.