mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
push pypi
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<p align="center">
|
||||
<img src="https://github.com/geohot/tinygrad/blob/master/docs/logo.png">
|
||||
<img src="https://raw.githubusercontent.com/geohot/tinygrad/master/docs/logo.png">
|
||||
</p>
|
||||
|
||||
--------------------------------------------------------------------
|
||||
|
||||
5
push_pypi.sh
Executable file
5
push_pypi.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
rm -rf dist
|
||||
ipython3 setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
|
||||
2
setup.py
2
setup.py
@@ -8,7 +8,7 @@ with open(os.path.join(directory, 'README.md'), encoding='utf-8') as f:
|
||||
long_description = f.read()
|
||||
|
||||
setup(name='tinygrad',
|
||||
version='0.2.0',
|
||||
version='0.2.1',
|
||||
description='You like pytorch? You like micrograd? You love tinygrad! heart',
|
||||
author='George Hotz',
|
||||
license='MIT',
|
||||
|
||||
Reference in New Issue
Block a user