snj@snj-ThinkPad-T440p:~/coookieAI$ touch readme.md
snj@snj-ThinkPad-T440p:~/coookieAI$ touch setup.py
snj@snj-ThinkPad-T440p:~/coookieAI$ python -m pip install –-user –-upgrade setuptools wheel
snj@snj-ThinkPad-T440p:~/coookieAI$ pip install -U pip
snj@snj-ThinkPad-T440p:~/coookieAI$ pip install 'setuptools<20.2'
snj@snj-ThinkPad-T440p:~/coookieAI$ python3 setup.py sdist bdist_wheel
snj@snj-ThinkPad-T440p:/coookieAI$ python3 setup.py sdist bdist_wheel
snj@snj-ThinkPad-T440p:/coookieAI$ pip install -e .
snj@snj-ThinkPad-T440p:/coookieAI$ python3 -m pip install --user --upgrade twine
snj@snj-ThinkPad-T440p:/coookieAI$ python -m twine upload — repository pypi dist/*
snj@snj-ThinkPad-T440p:/coookieAI$ python3 -m twine upload --repository testpypi dist/* --verbose
snj@snj-ThinkPad-T440p:/coookieAI$ python3 -m twine upload --repository pypi dist/* --verbose
Release files for cookieAI 2.3.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cookieAI-2.3.7.tar.gz | 1.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cookieAI-2.3.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.4 kB