Use Twine for publishing.

This commit is contained in:
Steve Pulec 2019-11-14 15:10:54 -06:00
parent de1bbf6398
commit f27a55f13f

View File

@ -31,7 +31,8 @@ aws_managed_policies:
scripts/update_managed_policies.py scripts/update_managed_policies.py
upload_pypi_artifact: upload_pypi_artifact:
python setup.py sdist bdist_wheel upload python setup.py sdist bdist_wheel
twine upload dist/*
push_dockerhub_image: push_dockerhub_image:
docker build -t motoserver/moto . docker build -t motoserver/moto .