FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Intercom-OpenAPI/.github/workflows-disabled/python-sdk.yml at main · intercom/Intercom-OpenAPI · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
intercom
/
Intercom-OpenAPI
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
14
Code
Issues
14
Pull requests
21
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
Intercom-OpenAPI
/
.github
/
workflows-disabled
/
python-sdk.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (26 loc) · 813 Bytes
Breadcrumbs
Intercom-OpenAPI
/
.github
/
workflows-disabled
/
python-sdk.yml
Copy path
File metadata and controls
32 lines (26 loc) · 813 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name
:
Release Python SDK
on
:
workflow_dispatch
:
inputs
:
version
:
description
:
"
The version of the SDK that you would like to release
"
required
:
true
type
:
string
jobs
:
release
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout repo
uses
:
actions/checkout@v3
-
name
:
Setup node
uses
:
actions/setup-node@v4
-
name
:
Install pnpm
uses
:
pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1
#
v4.3.0
-
name
:
Download Fern
run
:
pnpm add -g fern-api@5.65.3
-
name
:
Release SDKs
env
:
FERN_TOKEN
:
${{ secrets.FERN_TOKEN }}
FERN_PYPI_TOKEN
:
${{ secrets.FERN_PYPI_TOKEN }}
run
:
|
fern generate --group python-sdk --version ${{ inputs.version }} --log-level debug
Back
|
FazBrowse Home
|
New Git URL