Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(py): add target that publishes to PyPI #2172

Merged
merged 2 commits into from
Aug 17, 2023

Conversation

rkuester
Copy link
Contributor

Add a Bazel target //python/tflite_micro:whl.publish that publishes the
Python distribution package to PyPI. Require an authorization token in
the environment. See code comments for usage.

BUG=part of #1484

Add a Bazel target `//python/tflite_micro:whl.publish` that
publishes the Python distribution package to PyPI. Require
authorization token in environment. See code comments for usage.

BUG=part of tensorflow#1484
@rkuester rkuester requested a review from a team as a code owner August 16, 2023 19:09
@rkuester rkuester requested a review from rascani August 16, 2023 19:10
@TFLM-bot TFLM-bot removed the ci:run label Aug 16, 2023
@rkuester
Copy link
Contributor Author

@rascani, it looks like bazel run only allows running a single target1, so there's no need to hide the publishing target from being caught by a wildcard.

Footnotes

  1. bazel run ... gives the message "ERROR: Only a single target can be run. [....]"

@mergify mergify bot merged commit 3bd11ea into tensorflow:main Aug 17, 2023
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants