-
-
Notifications
You must be signed in to change notification settings - Fork 591
Provide a way to publish Python packages #99
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
Comments
This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days. |
Hello, is there an update on this issue? Or perhaps an alternative solution to publish Python packages? |
This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days. |
This issue was automatically closed because it went 30 days without a reply since it was labeled "Can Close?" |
We now need this for rules_python itself, as we want to publish the runfiles library as a wheel to pypi. In any event, I think this isn't a good solution because it's non-hermetic - you need python and |
This is a pre-factoring to allow py_wheel to become a macro which produces a py_wheel rule, in addition to a publishing target. Part of #99
This is a pre-factoring to allow py_wheel to become a macro which produces a py_wheel rule, in addition to a publishing target. Part of #99
This is a pre-factoring to allow py_wheel to become a macro which produces a py_wheel rule, in addition to a publishing target. Part of #99
This gives us the place to insert other targets produced by it, such as a publishing target. Part of #99
This gives us the place to insert other targets produced by it, such as a publishing target. Part of #99
This gives us the place to insert other targets produced by it, such as a publishing target. Part of #99
This gives us the place to insert other targets produced by it, such as a publishing target. Part of #99
This gives us the place to insert other targets produced by it, such as a publishing target. Part of #99
This issue was automatically closed because it went 30 days without a reply since it was labeled "Can Close?" |
0.18.2 should be released today which finally creates a |
Add a rule for building Python packages for distribution via PyPi. See https://github.com/horia141/bazel-pypi-package for an initial defunct attempt this.
The text was updated successfully, but these errors were encountered: