Merge branch 'develop' into master

master
Jef Roosens 2020-08-26 15:18:12 +02:00
commit 88487b22b3
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/* ; \
} || { \