mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05: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/*
|
|
|