enable universal wheels

Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
This commit is contained in:
Thomas Grainger 2016-11-22 11:09:56 +00:00
commit 2648af6807
No known key found for this signature in database
GPG key ID: 995EA0A029283160
5 changed files with 30 additions and 7 deletions

View file

@ -11,6 +11,6 @@ TAG=$1
VERSION="$(python setup.py --version)"
./script/build/write-git-sha
python setup.py sdist
cp dist/docker-compose-$VERSION.tar.gz dist/docker-compose-release.tar.gz
python setup.py sdist bdist_wheel
cp dist/docker-compose-$VERSION-py2.py3-none-any.whl dist/docker-compose-release-py2.py3-none-any.whl
docker build -t docker/compose:$TAG -f Dockerfile.run .