From 12715db696728002280a3b2039b7920360209f12 Mon Sep 17 00:00:00 2001 From: Alexandre Girard Date: Thu, 9 Mar 2023 15:40:22 -0600 Subject: [PATCH] dont publish to test pypi (#23709) --- airbyte-cdk/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-cdk/python/README.md b/airbyte-cdk/python/README.md index 827790a71ad2..e1789af3f6bc 100644 --- a/airbyte-cdk/python/README.md +++ b/airbyte-cdk/python/README.md @@ -132,7 +132,7 @@ To run acceptance tests for multiple connectors using the local CDK, from the ro #### Publishing a new version to PyPi 1. Open a PR -2. Once it is approved and merge, an Airbyte member must run the `Publish CDK Manually` workflow using `release-type=major|manor|patch` and setting the changelog message. +2. Once it is approved and **merged**, an Airbyte member must run the `Publish CDK Manually` workflow from master using `release-type=major|manor|patch` and setting the changelog message. ## Coming Soon