aws / aws/aws-elastic-beanstalk-cli

publish a wheel

Open
#560 2 comments 1 reaction 0 assignees View on GitHub
enhancement good first issue
Dominant language
Python
Stars
181
Forks
88
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

Start by checking the repository's release workflows and package build metadata. Use the reported python -m build and twine upload dist/* flow as the reference; done means a wheel is built and published alongside the source distribution, so users no longer need to build it themselves.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.