GoogleCloudPlatform / GoogleCloudPlatform/gsutil

publish a wheel

Open
#1,864 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
918
Forks
335
PR merge metrics
No merged PRs in 30d

Description

I notice that this package publishes only source distributions, so that every user has to build the wheel themselves. Better for package owners to build and publish wheels once and for all.

I did not find a workflow in this repository for publishing or I would have submitted a pull request. If you are doing this manually a typical workflow would be something like
```
python -m pip install build twine
python -m build
twine upload dist/*
```

Contributor guide

Open the contributing guide

Research direction

No file or test is named. Start by inspecting the repository's packaging metadata and existing workflows, then try the reported `python -m build` commands; done means a tested workflow builds and publishes a wheel with the stated tooling.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system, release
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.