Python 101: Episode #37 – How to Add Your Code to PyPI
In this episode, you will learn ye olde method of adding code to the Python Packaging Index. Note that while some of this video is still relevant, you should be using the twine package now for uploading to PyPI. See https://packaging.python.org/guides/using-testpypi/ for more information. You can also read the chapter this video is based on […]
Python 101: Episode #37 – How to Add Your Code to PyPI Read More »
