Get startedGet started for free

Building a distribution

It's time to get your package out there! It's not a finished product yet, and when building packages, you always find there is so much more you'd like to add or change. But this package has been developed enough that it could be useful to someone, and the sooner you release it, the sooner you can get feedback or find collaborators!

In this exercise, you will build the two types of distributions, wheel and source distributions, for your impyrial package. The only thing left after this step will be to upload it.

This exercise is part of the course

Developing Python Packages

View Course

Exercise instructions

  • In the terminal, run setup.py with the appropriate arguments to build source and wheel distributions.

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise