Skip to content

Commit

Permalink
Update python/packaging.bzl
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Levasseur <rlevasseur@google.com>
  • Loading branch information
alexeagle and rickeylev committed Jun 15, 2023
1 parent 34bbb4e commit d417ee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/packaging.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion python/packaging.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ def py_wheel(name, twine = None, publish_args = [], **kwargs):
Args:
name: A unique name for this target.
twine: A label of the external location of the py_library target for twine
publish_args: arguments passed to twine, e.g. ["--repository-url", "https://pypi.my.org/simple/"]
publish_args: arguments passed to twine, e.g. ["--repository-url", "https://pypi.my.org/simple/"].
These are subject to make var expansion, as with the `args` attribute.
Note that you can also pass additional args to the bazel run command as in the example above.
**kwargs: other named parameters passed to the underlying [py_wheel rule](#py_wheel_rule)
"""
Expand Down

0 comments on commit d417ee5

Please sign in to comment.