diff options
| -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/* |
