How to Publish an Open-Source Python Package to PyPI Quiz
Interactive Quiz ⋅ 12 Questions
By Joseph Peart
In this quiz, you’ll test your understanding of How to Publish an Open-Source Python Package to PyPI.
By working through this quiz, you’ll revisit how to name and configure a package with
pyproject.toml, specify dependencies, version your releases, build source archives and
wheels, and upload the result to PyPI.
The quiz contains 12 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!
Related Resources
Course
How to Publish Your Own Python Package to PyPI
Learn how to create a Python package for your project and how to publish it to PyPI, the Python Package Repository with this step-by-step course. Quickly get up to speed on everything from naming your package to configuring it using setup.py.
Course
Publishing Python Packages to PyPI
In this video course, you’ll learn how to create a Python package for your project and how to publish it to PyPI, the Python Package Index. Quickly get up to speed on everything from naming your package to configuring it using setup.cfg.
Tutorial
How to Publish an Open-Source Python Package to PyPI
In this step-by-step tutorial, you’ll learn how to create a Python package for your project and how to publish it to PyPI, the Python Package Repository. Quickly get up to speed on everything from naming your package to configuring it using setup.cfg.