diff options
Diffstat (limited to 'upload.sh')
| -rw-r--r-- | upload.sh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ #!/bin/sh -python setup.py sdist bdist_wheel upload +python3 setup.py clean --all +python3 setup.py sdist bdist_wheel +#python3 -m twine upload dist/* + |
