diff options
Diffstat (limited to 'cheat/.cheat/pypi')
-rw-r--r-- | cheat/.cheat/pypi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cheat/.cheat/pypi b/cheat/.cheat/pypi new file mode 100644 index 0000000..04c11ad --- /dev/null +++ b/cheat/.cheat/pypi @@ -0,0 +1,10 @@ +More about packaging: +https://packaging.python.org/tutorials/packaging-projects/ + +# generated package + +python setup.py sdist bdist_wheel + +# upload package + +python -m twine upload dist/* |