diff options
-rwxr-xr-x | pkg/build_bundle_with_venv.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh index 1ca267cc..5e6f270e 100755 --- a/pkg/build_bundle_with_venv.sh +++ b/pkg/build_bundle_with_venv.sh @@ -54,4 +54,6 @@ $VIRTUAL_ENV/bin/pip install `ls -tr dist/*.whl | tail -n 1` # Get the bundled libzmq $VIRTUAL_ENV/bin/pip install -I pyzmq --install-option="--zmq=bundled" +# Get latest tags from repo +git pull --tags make bundle_linux |