#338: Using cibuildwheel to manage the scikit-HEP packages

Talk Python To Me

Episode | Podcast

Date: Sun, 17 Oct 2021 00:00:00 -0800

How do you build and maintain a complex suite of Python packages? Of course, you want to put them on PyPI. The best format there is as a wheel. This means that when developers use your code, it comes straight down and requires no local tooling to install and use.