pdoc3 / pdoc

:snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects
https://pdoc3.github.io/pdoc/
GNU Affero General Public License v3.0
1.12k stars 145 forks source link

Can you publish a wheel as well as the sdist? #370

Open matthewdeanmartin opened 2 years ago

matthewdeanmartin commented 2 years ago

Where I work would like us developers to use the stricter installation protocol of only using wheels, they don't have to run arbitrary code on installation.

I can't do a PR because it doesn't look like you checked in the code to run python setup.py sdist bdist_wheel

Here is how

kernc commented 2 years ago

I uploaded a wheel of the current release. I guess we should consider doing packaging from CI. :+1:

matthewdeanmartin commented 2 years ago

Thank you!