1
0
Fork 0
tinygrab/push_pypi.sh

6 lines
84 B
Bash
Raw Normal View History

2020-10-27 09:13:15 -06:00
#!/bin/bash -e
rm -rf dist
ipython3 setup.py sdist bdist_wheel
twine upload dist/*