MagicStack / MagicStack/contextvars
Upload wheels to PyPI
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 90
- 派生
- 9
- PR 合并指标
- 30 天内没有已合并 PR
描述
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/*
````
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查该 package 当前的发布流程,并运行提供的 `python -m build` 命令来查看 `dist/*.whl`。使用文档中说明的 `twine upload dist/*` 流程为当前版本发布一个 wheel,然后确认它是否出现在 PyPI 上,并确定未来版本将如何包含 wheels。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- build-system, release
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100