Skip to content

Commit

Permalink
Removed py2 tag from wheel name
Browse files Browse the repository at this point in the history
Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
  • Loading branch information
venthur authored and ndeloof committed Nov 20, 2019
1 parent 084971b commit ec41f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release/push-release
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ echo "Uploading package to PyPI"
./script/build/write-git-sha
python setup.py sdist bdist_wheel
if [ "$(command -v twine 2> /dev/null)" ]; then
twine upload ./dist/docker-compose-${VERSION/-/}.tar.gz ./dist/docker_compose-${VERSION/-/}-py2.py3-none-any.whl
twine upload ./dist/docker-compose-${VERSION/-/}.tar.gz ./dist/docker_compose-${VERSION/-/}-py3-none-any.whl
else
python setup.py upload
fi
Expand Down

0 comments on commit ec41f41

Please sign in to comment.