This website requires JavaScript.
Explore
Help
Register
Sign In
commaai
/
tinygrad
mirror of
https://github.com/commaai/tinygrad.git
Watch
1
Star
0
Fork
You've already forked tinygrad
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6e62dcfbf3
tinygrad
/
push_pypi.sh
6 lines
84 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash -e
rm -rf dist
ipython3 setup.py sdist bdist_wheel
twine upload dist/*
Reference in New Issue
View Git Blame
Copy Permalink