Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
PacletCICD
Tutorials
GitHub Actions Quick Start
Guides
Continuous Integration and Deployment
Custom CI/CD Workflows
Workflows
Tech Notes
License Entitlements and Repository Secrets
Symbols
BuildPaclet
CheckPaclet
CreatePublisherToken
ExampleDirectory
GitHubSecret
PublisherTokenObject
SubmitPaclet
WorkflowEvaluate
WorkflowExport
WorkflowJob
WorkflowJobQ
Workflow
WorkflowQ
WorkflowStep
WorkflowStepQ
WorkflowValue
Other
ResourcePublisherToken
WolframScriptEntitlementID
Wolfram`PacletCICD`
W
o
r
k
f
l
o
w
S
t
e
p
W
o
r
k
f
l
o
w
S
t
e
p
[
"
n
a
m
e
"
]
r
e
p
r
e
s
e
n
t
s
a
s
t
e
p
w
i
t
h
t
h
e
g
i
v
e
n
n
a
m
e
i
n
a
W
o
r
k
f
l
o
w
J
o
b
.
W
o
r
k
f
l
o
w
S
t
e
p
[
…
]
r
e
p
r
e
s
e
n
t
s
a
s
t
e
p
w
i
t
h
t
h
e
g
i
v
e
n
p
a
r
a
m
e
t
e
r
s
.
W
o
r
k
f
l
o
w
S
t
e
p
[
w
o
r
k
f
l
o
w
,
…
]
m
e
r
g
e
s
t
h
e
g
i
v
e
n
p
a
r
a
m
e
t
e
r
s
w
i
t
h
t
h
o
s
e
o
f
w
o
r
k
f
l
o
w
.
Examples
(
1
1
)
Basic Examples
(
6
)
Load the PacletCICD package:
I
n
[
1
]
:
=
N
e
e
d
s
[
"
W
o
l
f
r
a
m
`
P
a
c
l
e
t
C
I
C
D
`
"
]
;
Get a named workflow step:
I
n
[
1
]
:
=
s
t
e
p
=
W
o
r
k
f
l
o
w
S
t
e
p
[
"
C
h
e
c
k
o
u
t
"
]
O
u
t
[
1
]
=
W
o
r
k
f
l
o
w
S
t
e
p
N
a
m
e
:
C
h
e
c
k
o
u
t
A
c
t
i
o
n
:
a
c
t
i
o
n
s
/
c
h
e
c
k
o
u
t
Get the full data for the step:
I
n
[
2
]
:
=
s
t
e
p
[
"
D
a
t
a
"
]
O
u
t
[
2
]
=
n
a
m
e
C
h
e
c
k
o
u
t
,
i
d
c
h
e
c
k
o
u
t
-
c
o
d
e
-
s
t
e
p
,
u
s
e
s
a
c
t
i
o
n
s
/
c
h
e
c
k
o
u
t
@
v
2
View the corresponding YAML string:
I
n
[
3
]
:
=
s
t
e
p
[
"
Y
A
M
L
"
]
O
u
t
[
3
]
=
n
a
m
e
:
C
h
e
c
k
o
u
t
i
d
:
c
h
e
c
k
o
u
t
-
c
o
d
e
-
s
t
e
p
u
s
e
s
:
a
c
t
i
o
n
s
/
c
h
e
c
k
o
u
t
@
v
2
Create a custom workflow step:
I
n
[
1
]
:
=
s
t
e
p
=
W
o
r
k
f
l
o
w
S
t
e
p
"
n
a
m
e
"
"
H
e
l
l
o
-
W
o
r
l
d
"
,
"
r
u
n
"
"
w
o
l
f
r
a
m
s
c
r
i
p
t
-
c
o
d
e
'
P
r
i
n
t
[
h
e
l
l
o
]
'
"
,
E
n
v
i
r
o
n
m
e
n
t
"
W
O
L
F
R
A
M
S
C
R
I
P
T
_
E
N
T
I
T
L
E
M
E
N
T
I
D
"
G
i
t
H
u
b
S
e
c
r
e
t
[
"
W
O
L
F
R
A
M
S
C
R
I
P
T
_
E
N
T
I
T
L
E
M
E
N
T
I
D
"
]
O
u
t
[
1
]
=
W
o
r
k
f
l
o
w
S
t
e
p
N
a
m
e
:
H
e
l
l
o
-
W
o
r
l
d
C
o
d
e
:
P
r
i
n
t
[
h
e
l
l
o
]
I
n
[
2
]
:
=
s
t
e
p
[
"
Y
A
M
L
"
]
O
u
t
[
2
]
=
n
a
m
e
:
H
e
l
l
o
-
W
o
r
l
d
r
u
n
:
w
o
l
f
r
a
m
s
c
r
i
p
t
-
c
o
d
e
'
P
r
i
n
t
[
h
e
l
l
o
]
'
e
n
v
:
W
O
L
F
R
A
M
S
C
R
I
P
T
_
E
N
T
I
T
L
E
M
E
N
T
I
D
:
$
{
{
s
e
c
r
e
t
s
.
W
O
L
F
R
A
M
S
C
R
I
P
T
_
E
N
T
I
T
L
E
M
E
N
T
I
D
}
}
Create a custom step using a GitHub action:
I
n
[
1
]
:
=
s
t
e
p
=
W
o
r
k
f
l
o
w
S
t
e
p
[
"
n
a
m
e
"
"
H
e
l
l
o
-
W
o
r
l
d
"
,
"
u
s
e
s
"
"
a
c
t
i
o
n
s
/
h
e
l
l
o
-
w
o
r
l
d
-
d
o
c
k
e
r
-
a
c
t
i
o
n
@
m
a
i
n
"
,
"
w
i
t
h
"
"
w
h
o
-
t
o
-
g
r
e
e
t
"
"
'
M
o
n
a
t
h
e
O
c
t
o
c
a
t
'
"
]
O
u
t
[
1
]
=
W
o
r
k
f
l
o
w
S
t
e
p
N
a
m
e
:
H
e
l
l
o
-
W
o
r
l
d
A
c
t
i
o
n
:
a
c
t
i
o
n
s
/
h
e
l
l
o
-
w
o
r
l
d
-
d
o
c
k
e
r
-
a
c
t
i
o
n
I
n
[
2
]
:
=
s
t
e
p
[
"
Y
A
M
L
"
]
O
u
t
[
2
]
=
n
a
m
e
:
H
e
l
l
o
-
W
o
r
l
d
u
s
e
s
:
a
c
t
i
o
n
s
/
h
e
l
l
o
-
w
o
r
l
d
-
d
o
c
k
e
r
-
a
c
t
i
o
n
@
m
a
i
n
w
i
t
h
:
w
h
o
-
t
o
-
g
r
e
e
t
:
'
M
o
n
a
t
h
e
O
c
t
o
c
a
t
'
Create a step that runs a script:
I
n
[
1
]
:
=
j
o
b
=
W
o
r
k
f
l
o
w
S
t
e
p
[
F
i
l
e
[
"
S
c
r
i
p
t
s
/
M
y
W
o
r
k
f
l
o
w
.
w
l
s
"
]
]
O
u
t
[
1
]
=
W
o
r
k
f
l
o
w
S
t
e
p
N
a
m
e
:
M
y
W
o
r
k
f
l
o
w
C
o
m
m
a
n
d
:
w
o
l
f
r
a
m
s
c
r
i
p
t
S
c
r
i
p
t
s
/
M
y
W
o
r
k
f
l
o
w
.
w
l
s
Combine a list of steps into a
W
o
r
k
f
l
o
w
J
o
b
:
I
n
[
1
]
:
=
W
o
r
k
f
l
o
w
J
o
b
W
o
r
k
f
l
o
w
S
t
e
p
[
"
C
h
e
c
k
o
u
t
"
]
,
W
o
r
k
f
l
o
w
S
t
e
p
[
F
i
l
e
[
"
S
c
r
i
p
t
s
/
F
i
r
s
t
S
t
e
p
.
w
l
s
"
]
]
,
W
o
r
k
f
l
o
w
S
t
e
p
[
F
i
l
e
[
"
S
c
r
i
p
t
s
/
S
e
c
o
n
d
S
t
e
p
.
w
l
s
"
]
]
O
u
t
[
1
]
=
W
o
r
k
f
l
o
w
J
o
b
N
a
m
e
:
U
n
t
i
t
l
e
d
J
o
b
S
t
e
p
s
:
3
D
a
t
a
:
n
a
m
e
U
n
t
i
t
l
e
d
J
o
b
r
u
n
s
-
o
n
u
b
u
n
t
u
-
l
a
t
e
s
t
c
o
n
t
a
i
n
e
r
…
e
n
v
…
s
t
e
p
s
n
a
m
e
C
h
e
c
k
o
u
t
i
d
c
h
e
c
k
o
u
t
-
c
o
d
e
-
s
t
e
p
u
s
e
s
a
c
t
i
o
n
s
/
c
h
e
c
k
o
u
t
@
v
2
n
a
m
e
F
i
r
s
t
S
t
e
p
r
u
n
w
o
l
f
r
a
m
s
c
r
i
p
t
S
c
r
i
p
t
s
/
F
i
r
s
t
S
t
e
p
.
w
l
s
n
a
m
e
S
e
c
o
n
d
S
t
e
p
r
u
n
w
o
l
f
r
a
m
s
c
r
i
p
t
S
c
r
i
p
t
s
/
S
e
c
o
n
d
S
t
e
p
.
w
l
s
S
c
o
p
e
(
1
)
G
e
n
e
r
a
l
i
z
a
t
i
o
n
s
&
E
x
t
e
n
s
i
o
n
s
(
1
)
O
p
t
i
o
n
s
(
3
)
S
e
e
A
l
s
o
W
o
r
k
f
l
o
w
▪
W
o
r
k
f
l
o
w
J
o
b
▪
W
o
r
k
f
l
o
w
E
x
p
o
r
t
T
e
c
h
N
o
t
e
s
▪
L
i
c
e
n
s
e
E
n
t
i
t
l
e
m
e
n
t
s
a
n
d
R
e
p
o
s
i
t
o
r
y
S
e
c
r
e
t
s
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
C
o
n
t
i
n
u
o
u
s
I
n
t
e
g
r
a
t
i
o
n
a
n
d
D
e
p
l
o
y
m
e
n
t
▪
W
o
r
k
f
l
o
w
s
R
e
l
a
t
e
d
L
i
n
k
s
▪
W
o
r
k
f
l
o
w
s
y
n
t
a
x
f
o
r
G
i
t
H
u
b
A
c
t
i
o
n
s
-
G
i
t
H
u
b
D
o
c
s
"
"