-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add build workflow via docker #259
Conversation
I think we also need to add the part of the workflow that automatically uploads to PyPI for releases, like this https://github.com/tensorflow/tfx/pull/6892/files. One other thing - can you add a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just need a pip install twine
before running twine check
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Adds build workflow via docker based on the instructions specified here: https://github.com/tensorflow/data-validation#build-with-docker