MagicStack / MagicStack/contextvars
Upload wheels to PyPI
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 90
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Wheels (`.whl`) for this package are [currently missing from PyPI](https://pypi.org/project/pefile/2021.9.3/#files). Could wheels be uploaded for the current and future releases?
Read more about the [advantages of wheels](https://pythonwheels.com/) to understand why generating wheel distributions are important.
To create a wheel along with source distribution:
```bash
(venv) $ pip install --upgrade pip setuptools wheel build
(venv) $ python -m build
# See dist/*.whl
```
To upload wheels:
```bash
(venv) $ pip install twine
(venv) $ twine upload dist/*
````
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
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.
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
- 45/100