Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • 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
    • 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`
Workflow
​
Workflow
["name"]
represents a CI/CD workflow with the given name.
​
​
Workflow
[…]
represents a workflow with the given parameters.
​
​
Workflow
[workflow,…]
merges the given parameters with those of
workflow
.
​
Examples  
(10)
Basic Examples  
(4)
Load the PacletCICD package:
In[1]:=
Needs["Wolfram`PacletCICD`"];
​
Get a named workflow:
In[1]:=
workflow=
Workflow
["Release"]
Out[1]=
Workflow
Name: Release
Jobs: 3

View the workflow jobs:
In[2]:=
workflow["Jobs"]
Out[2]=
CheckWorkflowJob
Name: Check
Steps: 2
,TestWorkflowJob
Name: Test
Steps: 2
,ReleaseWorkflowJob
Name: Release
Steps: 5

See a dependency graph of the jobs:
In[3]:=
workflow["JobGraph"]
Out[3]=
​
Get the full data for a workflow:
In[1]:=
Workflow
["Check"]["Data"]
Out[1]=
nameCheck,onpushbranches{main},pull_requestbranches{main},workflow_dispatchNull,jobsChecknameCheck,runs-onubuntu-latest,containerimagewolframresearch/wolframengine:latest,options--user root,envWOLFRAM_SYSTEM_IDLinux-x86-64,WOLFRAMSCRIPT_ENTITLEMENTID${{ secrets.WOLFRAMSCRIPT_ENTITLEMENTID }},steps{nameCheckout,idcheckout-code-step,usesactions/checkout@v2,nameCheck,idcheck-paclet-step,usesWolframResearch/check-paclet@v1.5.0,withtargetSubmit,paclet_cicd_version0.10.5,definition_notebook./ResourceDefinition.nb}
​
View the corresponding YAML string for a workflow:
In[1]:=
Workflow
["Check"]["YAML"]
Out[1]=
name: Checkon: push: branches: [main] pull_request: branches: [main] workflow_dispatch:jobs: Check: name: Check runs-on: ubuntu-latest container: image: wolframresearch/wolframengine:latest options: --user root env: WOLFRAM_SYSTEM_ID: Linux-x86-64 WOLFRAMSCRIPT_ENTITLEMENTID: ${{ secrets.WOLFRAMSCRIPT_ENTITLEMENTID }} steps: - name: Checkout id: checkout-code-step uses: actions/checkout@v2 - name: Check id: check-paclet-step uses: WolframResearch/check-paclet@v1.5.0 with: target: Submit paclet_cicd_version: 0.10.5 definition_notebook: ./ResourceDefinition.nb
Scope  
(2)

Generalizations & Extensions  
(1)

Options  
(3)

SeeAlso
WorkflowJob
 
▪
WorkflowStep
 
▪
WorkflowExport
TechNotes
▪
License Entitlements and Repository Secrets
RelatedGuides
▪
Continuous Integration and Deployment
▪
Workflows
RelatedLinks
▪
Workflow syntax for GitHub Actions - GitHub Docs
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com