Fixed publish recipe

master
Jef Roosens 2020-08-26 15:17:37 +02:00
parent dcced15b3e
commit be07c1dff4
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ package: README.md LICENSE setup.py test clean-setup
@ "$(VENV)/bin/python" setup.py sdist bdist_wheel
publish: package
@ [ git symbolic-ref HEAD --short = master ] && { \
@ [ "$$(git symbolic-ref HEAD --short)" = master ] && { \
echo 'Publishing to PyPi...'; \
$(VENV)/bin/python -m twine upload dist/* ; \
} || { \