PaloAltoNetworks / PaloAltoNetworks/prisma-sase-sdk-python
publish a wheel
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12
- Forks
- 7
- 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 sequence would be something like
python -m pip install build twine
python -m build
twine publish dist/*
Contributor guide
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
Inspect the repository's Python packaging metadata and confirm that no publishing workflow is already present. Start by testing python -m build and review the proposed twine publish dist/* sequence; done means a wheel is built and published alongside the source distribution through a maintainable release process.
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
- 45/100