enable universal wheels
Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
This commit is contained in:
parent
09690e1758
commit
2648af6807
5 changed files with 30 additions and 7 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue