Test code for pybuilder stage in any Python CICD pipeline.
- Install requirements
pip install -r requirements.txt - Build project with
pybcommand - Upload artifact with twine
twine upload --repository-url ${PYPI_SERVER} -r hello target/dist/hello-*/dist/hello*.whl