You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pypi_publish.yml
+25-12Lines changed: 25 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
# Note: We may want to rename this file at some point. However, if we rename the workflow file name,
6
6
# we have to also update the Trusted Publisher settings on PyPI.
7
7
8
-
name: Packaging and Publishing
8
+
name: CDK Publish
9
9
10
10
on:
11
11
push:
@@ -14,7 +14,12 @@ on:
14
14
workflow_dispatch:
15
15
inputs:
16
16
version:
17
-
description: "Note that this workflow is intended for prereleases. For public-facing stable releases, please use the GitHub Releases workflow instead: https://github.com/airbytehq/airbyte-python-cdk/blob/main/docs/RELEASES.md. If running this workflow from main or from a dev branch, please enter the desired version number here, for instance 1.2.3dev0 or 1.2.3rc1."
17
+
description: >
18
+
Note that this workflow is intended for prereleases. For public-facing stable releases,
0 commit comments