Skip to content

Commit 811bbde

Browse files
author
Fabien Coelho
committed
add path to twine for upload command
1 parent d1b6aa0 commit 811bbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dist: venv
102102
.PHONY: publish
103103
publish: dist
104104
# provide pypi login/pw or token somewhere…
105-
echo twine upload dist/*
105+
echo venv/bin/twine upload dist/*
106106

107107
# generate pdf doc
108108
MD2PDF = pandoc -f markdown -t latex -V papersize:a4 -V geometry:hmargin=2.5cm -V geometry:vmargin=3cm

0 commit comments

Comments
 (0)