CICD to PyPi with Bitbucket Pipelines - UPDATED
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 and Packages to PyPi. Here is my Bitbucket Pipeline configuration for an example project: image: python:latest pipelines: default: - step: &py37 name: Python 3.7 Tests image: python:3.