diff options
| author | Adam Hupp <adam@hupp.org> | 2021-01-15 16:34:09 -0800 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2021-01-15 16:34:09 -0800 |
| commit | fca071d6a4ee04fca4cafacd7041a76a32cc1a8d (patch) | |
| tree | 77e265e048267c176a7e83a06ab6093692dfc8cb /upload.sh | |
| parent | 3ebdb93cbe5ded066c23b0555f509610287b4ffb (diff) | |
| download | python-magic-fca071d6a4ee04fca4cafacd7041a76a32cc1a8d.tar.gz | |
bump to 0.4.20
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/* + |
