open-telemetry / open-telemetry/opentelemetry-python-contrib
Before we publish a pkg to PyPi, install release candidate package with pip to verify it
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 1.1k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 16
Description
As a follow up to #598 , we identified an action item to update the build_a_package.sh script to install the built Python package before we publish it to PyPi just to be sure that everything is working correctly.
Specifically, we want to add a step to download the package before we publish it to PyPi here:
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
Start with .github/workflows/publish-a-package.yml at lines 24-31 and the build_a_package.sh script, then trace how the package is built and published. Done means the release workflow installs the downloaded package successfully before publishing it to PyPI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python, shell
- Domain
- ci-cd, release
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100