pdoc3 / pdoc3/pdoc

Can you publish a wheel as well as the sdist?

Open
#370 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
1.2k
Forks
146
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting setup.py and the existing source-distribution configuration. Check how the project currently runs python setup.py sdist and bdist_wheel, then make the wheel publish alongside the sdist. Done means users can obtain and install a wheel through the project’s release process.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system, release
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.