-
Notifications
You must be signed in to change notification settings - Fork 664
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 release from source distribution #252
Labels
build & infra
Issues related to build & infrastructure.
Comments
Could the source distribution be pushed to pypi was well? Right now, it's just the wheel. |
What would be the advantage of having the source distribution? It's a pure Python wheel anyway. |
Unfortunately, it's an internal requirement for my organization to generate the build ourselves off of the source distribution. |
srikanthccv
pushed a commit
to srikanthccv/opentelemetry-python
that referenced
this issue
Nov 1, 2020
* fix: init plugin loader * fix: add tests * fix: user afterEach to stop the tracer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @Oberon00's comment: #247 (comment).
Right now we build packages with
python setup.py bdist_wheel
, but we should consider usingsetup.py
to build a source distribution andpip wheel
to build the wheel.The text was updated successfully, but these errors were encountered: