summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2021-04-02 18:39:22 +0200
committerMichele Simionato <michele.simionato@gmail.com>2021-04-02 18:39:22 +0200
commit068743727d9b2f0e9ffb39cc4ebcdf5331a56861 (patch)
tree17426db8e0b6eea23cf47430405f444e5a7e407c /Makefile
parent9bed6133379b947febd6e724172abf9047b75957 (diff)
downloadpython-decorator-git-068743727d9b2f0e9ffb39cc4ebcdf5331a56861.tar.gz
Fixed make upload to use twine
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f016225..3d9034e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,4 @@ md: src/tests/documentation.py
python $(S)/ms/tools/py2md.py src/tests/documentation.py docs
upload: README.rst
- rm -rf build/* dist/* && python setup.py sdist bdist_wheel upload
+ rm -rf build/* dist/* && python setup.py sdist bdist_wheel && twine upload dist/*