This commit is contained in:
Sybren A. Stüvel 2018-11-27 16:00:50 +01:00
parent fd1c04c752
commit e898b678dc

View File

@ -18,4 +18,4 @@ echo git tag -a v$1 -m \'Tagged version $1\'
echo echo
echo "Build the package & upload to PyPi using:" echo "Build the package & upload to PyPi using:"
echo "pipenv run ./setup.py sdist bdist_wheel" echo "pipenv run ./setup.py sdist bdist_wheel"
echo "pipenv run twine upload dist/blender*asset*tracer*${VERSION}*" echo "pipenv run twine upload dist/blender*asset*tracer*$1*"