mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-13 08:28:55 +08:00
6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#!/bin/bash -e
|
|
rm -rf dist
|
|
ipython3 setup.py sdist bdist_wheel
|
|
twine upload dist/*
|
|
|