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`
SubmitPaclet
​
SubmitPaclet
[]
submits the paclet located in the current
Directory
[]
to the
Wolfram Language Paclet Repository
.
​
​
SubmitPaclet
[
File
["path"]]
uses the given definition notebook or directory specified by
"path"
.
​
Details and Options

Examples  
(3)
Basic Examples  
(2)
Load the PacletCICD package:
In[1]:=
Needs["Wolfram`PacletCICD`"];
​
Get an example paclet directory:
In[1]:=
dir=
ExampleDirectory
["Sample"]
Out[1]=
File
C:\Users\rhennigan\AppData\Roaming\Mathematica\ApplicationData\Wolfram\PacletCICD\Examples\Sample\1-0-0

Submit the paclet:
In[2]:=
SubmitPaclet
[dir]
Out[2]=
Success
✓
Message: Your paclet resource is being published
Name: SamplePublisher/SamplePaclet

After a few minutes, check the published resource:
In[3]:=
ResourceObject["SamplePublisher/SamplePaclet"]
Out[3]=
ResourceObject
Name: SamplePublisher/SamplePaclet
»
Type: Paclet
Description: A complete sample Paclet

Generalizations & Extensions  
(1)

RelatedGuides
▪
Continuous Integration and Deployment
""

Powered by the Wolfram Cloud More about Wolfram Technology

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