This website requires JavaScript.
Explore
Help
Register
Sign In
mawei
/
ods777
Watch
1
Star
0
Fork
You've already forked ods777
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e07e1ee6bf
ods777
/
tinygrad_repo
/
push_pypi.sh
6 lines
84 B
Bash
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