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
E
v
a
l
u
a
t
e
W
o
r
k
f
l
o
w
E
v
a
l
u
a
t
e
[
"
c
o
m
m
a
n
d
"
]
r
e
p
r
e
s
e
n
t
s
a
c
o
m
m
a
n
d
t
h
a
t
s
h
o
u
l
d
b
e
e
x
e
c
u
t
e
d
o
n
t
h
e
c
o
m
m
a
n
d
l
i
n
e
i
n
a
w
o
r
k
f
l
o
w
.
W
o
r
k
f
l
o
w
E
v
a
l
u
a
t
e
[
e
x
p
r
]
r
e
p
r
e
s
e
n
t
s
a
W
o
l
f
r
a
m
L
a
n
g
u
a
g
e
e
x
p
r
e
s
s
i
o
n
t
h
a
t
s
h
o
u
l
d
b
e
e
v
a
l
u
a
t
e
d
i
n
a
w
o
r
k
f
l
o
w
.
W
o
r
k
f
l
o
w
E
v
a
l
u
a
t
e
[
c
o
d
e
,
"
n
a
m
e
"
]
g
i
v
e
s
a
n
a
m
e
t
o
t
h
e
e
v
a
l
u
a
t
i
o
n
.
Examples
(
2
)
Basic Examples
(
2
)
Create a
W
o
r
k
f
l
o
w
S
t
e
p
that says hello:
I
n
[
1
]
:
=
W
o
r
k
f
l
o
w
S
t
e
p
W
o
r
k
f
l
o
w
E
v
a
l
u
a
t
e
[
"
e
c
h
o
h
e
l
l
o
"
,
"
H
e
l
l
o
"
]
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
C
o
m
m
a
n
d
:
e
c
h
o
h
e
l
l
o
Create a compilation job for Linux:
I
n
[
1
]
:
=
W
o
r
k
f
l
o
w
J
o
b
"
C
h
e
c
k
o
u
t
"
,
W
o
r
k
f
l
o
w
E
v
a
l
u
a
t
e
[
"
a
p
t
-
g
e
t
-
y
u
p
d
a
t
e
&
&
a
p
t
-
g
e
t
-
y
i
n
s
t
a
l
l
b
u
i
l
d
-
e
s
s
e
n
t
i
a
l
"
,
"
I
n
s
t
a
l
l
B
u
i
l
d
T
o
o
l
s
"
]
,
F
i
l
e
[
"
S
c
r
i
p
t
s
/
C
o
m
p
i
l
e
.
w
l
s
"
]
,
O
p
e
r
a
t
i
n
g
S
y
s
t
e
m
"
L
i
n
u
x
"
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
See the steps:
I
n
[
2
]
:
=
%
[
"
S
t
e
p
s
"
]
O
u
t
[
2
]
=
W
o
r
k
f
l
o
w
S
t
e
p
N
a
m
e
:
c
h
e
c
k
o
u
t
-
c
o
d
e
-
s
t
e
p
A
c
t
i
o
n
:
a
c
t
i
o
n
s
/
c
h
e
c
k
o
u
t
,
W
o
r
k
f
l
o
w
S
t
e
p
N
a
m
e
:
I
n
s
t
a
l
l
B
u
i
l
d
T
o
o
l
s
C
o
m
m
a
n
d
:
a
p
t
-
g
e
t
-
y
u
p
d
a
t
e
&
&
a
p
t
-
g
e
t
-
y
i
n
s
t
a
l
l
…
,
W
o
r
k
f
l
o
w
S
t
e
p
N
a
m
e
:
C
o
m
p
i
l
e
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
/
C
o
m
p
i
l
e
.
w
l
s
S
e
e
A
l
s
o
W
o
r
k
f
l
o
w
S
t
e
p
▪
W
o
r
k
f
l
o
w
J
o
b
▪
W
o
r
k
f
l
o
w
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
"
"