1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Fix typo in CDK publish command format

This commit is contained in:
Sherif A. Nada
2021-05-27 14:30:49 -07:00
committed by GitHub
parent 36a90b1939
commit fc45e8f165

View File

@@ -68,7 +68,7 @@ This also presents a test coverage report.
#### Publishing a new version to PyPi
1. Bump the package version in `setup.py`
2. Open a PR
3. An Airbyte member must comment `/publish-cdk --dry-run=<true or false>`. Dry runs publish to test.pypi.org.
3. An Airbyte member must comment `/publish-cdk dry-run=<true or false>`. Dry runs publish to test.pypi.org. Not including the `dry-run` parameter defaults to a value of `true`.
## Coming Soon
* Full OAuth 2.0 support (including refresh token issuing flow via UI or CLI)