From ef471a603e754964dde7e6e1074656528f2c2f41 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 4 Sep 2019 20:30:21 +0200 Subject: Add some cheat --- cheat/.cheat/pypi | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cheat/.cheat/pypi (limited to 'cheat/.cheat/pypi') 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/* -- cgit v1.2.1