diff --git a/Makefile b/Makefile index 2728e33..ab166aa 100644 --- a/Makefile +++ b/Makefile @@ -111,4 +111,5 @@ publish-docker: publish-pypi: @echo @echo Publishing dists - python -m twine upload dist/* + @python3 -m pip install --user --upgrade twine + python3 -m twine upload dist/*