tinygrad/push_pypi.sh
George Hotz 6b5982b6b3 push pypi
2020-10-27 08:13:15 -07:00

5 lines
84 B
Bash
Executable file

#!/bin/bash -e
rm -rf dist
ipython3 setup.py sdist bdist_wheel
twine upload dist/*