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