Skip to content

Commit

Permalink
use latest python for twine upload
Browse files Browse the repository at this point in the history
  • Loading branch information
chaimleib committed Aug 3, 2020
1 parent 9084b9c commit 655dcc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ PYTHON_MINORS:=$(shell \
PYPI=pypitest

TWINE=$(shell \
pyenv shell $(shell echo "$(PYTHONS)" | tr ' ' '\n' | tail -n1) ;\
if twine --version &>/dev/null; then \
echo twine ;\
elif [[ -x ~/Library/Python/3.7/bin/twine ]]; then \
Expand Down

0 comments on commit 655dcc8

Please sign in to comment.