This website requires JavaScript.
Explore
Help
Register
Sign In
mawei
/
openpilot1
mirror of
https://github.com/huifan0114/openpilot.git
Watch
1
Star
0
Fork
You've already forked openpilot1
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
27cbcc4d1c
openpilot1
/
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