diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2021-04-02 18:39:22 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2021-04-02 18:39:22 +0200 |
| commit | 068743727d9b2f0e9ffb39cc4ebcdf5331a56861 (patch) | |
| tree | 17426db8e0b6eea23cf47430405f444e5a7e407c /Makefile | |
| parent | 9bed6133379b947febd6e724172abf9047b75957 (diff) | |
| download | python-decorator-git-068743727d9b2f0e9ffb39cc4ebcdf5331a56861.tar.gz | |
Fixed make upload to use twine
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/* |
