ods777/tinygrad_repo/push_pypi.sh

6 lines
84 B
Bash

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