Use Twine for publishing.
This commit is contained in:
parent
de1bbf6398
commit
f27a55f13f
3
Makefile
3
Makefile
@ -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 .
|
||||||
|
Loading…
Reference in New Issue
Block a user