Upload wheels to PyPI

Open
#17 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python

Research direction

Start by reviewing the package's current release process and run the provided python -m build command to inspect dist/*.whl. Use the documented twine upload dist/* flow to publish a wheel for the current release, then verify that it appears on PyPI and determine how future releases will include wheels.

Written by the indexing model from the issue text.

Description

Wheels (.whl) for this package are currently missing from PyPI. Could wheels be uploaded for the current and future releases?

Read more about the advantages of wheels to understand why generating wheel distributions are important.

To create a wheel along with source distribution:

(venv) $ pip install --upgrade pip setuptools wheel build
(venv) $ python -m build

# See dist/*.whl

To upload wheels:

(venv) $ pip install twine
(venv) $ twine upload dist/*
Dominant language
Python
Stars
90
Forks
9
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

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.

More from MagicStack/contextvars

All issues in MagicStack/contextvars

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.