Wolfram Language Paclet Repository (Under Development)

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • External Interfaces & Connections
    • Geographic Data & Computation
    • Graphs & Networks
    • Images
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Sound & Video
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
    • Using Paclets
    • Creating Paclets
    • New Definition Notebook
    • Random Paclet
    • Alphabetical List

PacletCICD

Guides

  • ContinuousIntegrationAndDeployment
  • CustomCICDWorkflows
  • Workflows

Symbols

  • BuildPaclet
  • CheckPaclet
  • CreatePublisherToken
  • ExampleDirectory
  • GitHubSecret
  • PublisherTokenObject
  • WorkflowEvaluate
  • WorkflowExport
  • WorkflowJob
  • WorkflowJobQ
  • Workflow
  • WorkflowQ
  • WorkflowStep
  • WorkflowStepQ
  • WorkflowValue

Other

  • ResourcePublisherToken
  • WolframScriptEntitlementID

Tutorials

  • GitHubActionsQuickStart
  • LicenseEntitlementsAndRepositorySecrets
Workflows
A
Workflow
consists of some metadata and one or more
WorkflowJob
objects. Each
WorkflowJob
similarly contains its own metadata and one or more
WorkflowStep
objects. Jobs can be configured to run on different operating systems, sequentially, or in parallel. Steps can be configured to run arbitrary Wolfram Language code, scripts, or commands passed directly to the command line in the current job environment.
Creating Workflows
Workflow
— an object representing a CI/CD workflow
WorkflowJob
— a job in a
Workflow
WorkflowStep
— a step in a
WorkflowJob
WorkflowQ
 ▪
WorkflowJobQ
 ▪
WorkflowStepQ
WorkflowEvaluate
— represents a command to be executed in a workflow
WorkflowValue
— a settable value in a workflow that can be accessed by other jobs
GitHubSecret
— a symbolic representation of a
GitHub secret
that can be used in workflows
Exporting Workflows
WorkflowExport
— export a
Workflow
to a YAML file
Tutorials
▪
License Entitlements and Repository Secrets
RelatedGuides
▪
Continuous Integration and Deployment
RelatedLinks
▪
Features • GitHub Actions · GitHub
▪
Workflow syntax for GitHub Actions - GitHub Docs
""

Powered by the Wolfram Cloud More about Wolfram Technology

© 2022 Wolfram Research, Inc. All rights reserved. Terms of Use Privacy Contact Us