From 6455a0cb966e960a5a4654057f2248772a237a43 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 7 Jan 2021 08:40:19 -0600 Subject: Create pypi.md --- pages/linux/pypi.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/pypi.md diff --git a/pages/linux/pypi.md b/pages/linux/pypi.md new file mode 100644 index 0000000..946a753 --- /dev/null +++ b/pages/linux/pypi.md @@ -0,0 +1,12 @@ +# Maintaining PyPI packages + +> Maintaining packages on the Python Package Index +> More information: + +- Build the package: + +`python3 setup.py sdist bdist_wheel` + +- Upload the package to the PyPI: + +`twine upload dist/*` -- cgit v1.2.3-70-g09d2