mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
5 lines
84 B
Bash
Executable file
5 lines
84 B
Bash
Executable file
#!/bin/bash -e
|
|
rm -rf dist
|
|
ipython3 setup.py sdist bdist_wheel
|
|
twine upload dist/*
|
|
|