Skip to content

Commit

Permalink
Package.build gendoc
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Dec 27, 2024
1 parent 55cfa76 commit 98036c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/api-reference/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ no such entry exists.
Sets user metadata on this Package.


## Package.build(self, name, registry=None, message=None, \*, workflow=Ellipsis) {#Package.build}
## Package.build(self, name, registry=None, message=None, \*, workflow=Ellipsis, put\_options=None) {#Package.build}

Serializes this package to a registry.

Expand All @@ -208,6 +208,8 @@ __Arguments__
If not specified, the default workflow will be used.
* __For details see__: https://docs.quiltdata.com/advanced-usage/workflows

* __put_options__: optional arguments to pass to the PutObject operation


__Returns__

Expand Down

0 comments on commit 98036c1

Please sign in to comment.