Skip to content

Commit

Permalink
Hotfix: Install twine before publish (#44)
Browse files Browse the repository at this point in the history
* Install twine

* Python3 twine
  • Loading branch information
czyszCTDS authored May 24, 2021
1 parent dc346f8 commit b203de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit b203de9

Please sign in to comment.