Python
CICD to PyPi with …
Hello again! There have been a number of new additions to the Python universe since I wrote the article CICD to PyPI with Bitbucket Pipelines - V2. Because of these updates, I’ve decided to re-publish my Pipelines configuration along with how I’m now using Pipelines to test and automatically publish …
CICD to PyPi with …
There have been many updates to Atlassian Bitbucket since I wrote the article CICD to PyPI with Bitbucket Pipelines. Because of these updates, I’ve decided to re-publish my Pipelines configuration along with how I’m now using Pipelines to test and automatically publish my Python Modules …
CICD to PyPI with …
I use Bitbucket for source control and I absolutely love Bitbucket Pipelines.
I have been using Pipelines for a while to do automated testing of many of my Python projects utilizing tox.
However, the one piece that was missing was the Continuous Deployment to PyPI. I started by following the …