atopile/publish-package
Publish an atopile package.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ato-config | Path to the ato.yaml file. | no | "" |
| atopile-version | Version of atopile to use for publishing. | no | "" |
| package-version | Version of the package to publish. If empty, the version is expected in the ato.yaml file. | yes | from-git |
| package-entrypoint | A path (`path/to/package`) or entrypoint (`main.ato:App`) to the package to publish. | yes | ./ |
| skip-duplicate-versions | Skip publishing if the version already exists | no | true |
| working-directory | Working directory to publish the package from | yes | . |
| registry | Registry to publish the package to | yes | https://packages.atopileapi.com |
Outputs
no outputs