From 8d7b09e13d227c2560296230f6e50d78d089ebb6 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Mon, 25 May 2020 10:14:43 +0000 Subject: [PATCH] fix for dist_upload --- makefile.bootstrapit.make | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile.bootstrapit.make b/makefile.bootstrapit.make index f34442d..a3eadb6 100644 --- a/makefile.bootstrapit.make +++ b/makefile.bootstrapit.make @@ -544,6 +544,7 @@ dist_upload: $(DEV_ENV)/bin/twine check $$($(SDIST_FILE_CMD)); $(DEV_ENV)/bin/twine check $$($(BDIST_WHEEL_FILE_CMD)); $(DEV_ENV)/bin/twine upload --skip-existing \ + --repository pypi-legacy \ $$($(SDIST_FILE_CMD)) $$($(BDIST_WHEEL_FILE_CMD));