Use Twine for publishing.
This commit is contained in:
parent
de1bbf6398
commit
f27a55f13f
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -31,7 +31,8 @@ aws_managed_policies:
|
|||
scripts/update_managed_policies.py
|
||||
|
||||
upload_pypi_artifact:
|
||||
python setup.py sdist bdist_wheel upload
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
|
||||
push_dockerhub_image:
|
||||
docker build -t motoserver/moto .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue