forked from tinygrad/tinygrad
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/*
|
|
|