Always update docker image for Python package building

This ensures that we always release for the latest Python versions
This commit is contained in:
Christopher Berner 2020-10-23 23:07:16 -07:00
parent 44fc25db99
commit dd628addeb

@ -29,6 +29,7 @@ release_py: pre
maturin build --release --cargo-extra-args="--features python"
publish_py: test_py
docker pull quay.io/pypa/manylinux2014_x86_64
docker run -it --rm -v $(shell pwd):/raptorq quay.io/pypa/manylinux2014_x86_64 /raptorq/py_publish.sh
install_py: pre