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

[dev/tooling] Add script to build wheels #853

Merged
merged 16 commits into from
Mar 21, 2019

Conversation

brettlangdon
Copy link
Member

This PR:

  • Adds a custom script scripts/build-dist to build wheels and source distribution for our package
    • This also generates manylinux wheels as well
  • Modifies our custom mkwheelhouse to upload the output wheels/sdist from scripts/build-dist

Example result from scripts/build-dist:

$ ls -1 dist
ddtrace-0.24.0-cp27-cp27m-linux_i686.whl
ddtrace-0.24.0-cp27-cp27m-linux_x86_64.whl
ddtrace-0.24.0-cp27-cp27m-manylinux1_i686.whl
ddtrace-0.24.0-cp27-cp27m-manylinux1_x86_64.whl
ddtrace-0.24.0-cp27-cp27mu-linux_i686.whl
ddtrace-0.24.0-cp27-cp27mu-linux_x86_64.whl
ddtrace-0.24.0-cp27-cp27mu-manylinux1_i686.whl
ddtrace-0.24.0-cp27-cp27mu-manylinux1_x86_64.whl
ddtrace-0.24.0-cp34-cp34m-linux_i686.whl
ddtrace-0.24.0-cp34-cp34m-linux_x86_64.whl
ddtrace-0.24.0-cp34-cp34m-manylinux1_i686.whl
ddtrace-0.24.0-cp34-cp34m-manylinux1_x86_64.whl
ddtrace-0.24.0-cp35-cp35m-linux_i686.whl
ddtrace-0.24.0-cp35-cp35m-linux_x86_64.whl
ddtrace-0.24.0-cp35-cp35m-manylinux1_i686.whl
ddtrace-0.24.0-cp35-cp35m-manylinux1_x86_64.whl
ddtrace-0.24.0-cp36-cp36m-linux_i686.whl
ddtrace-0.24.0-cp36-cp36m-linux_x86_64.whl
ddtrace-0.24.0-cp36-cp36m-manylinux1_i686.whl
ddtrace-0.24.0-cp36-cp36m-manylinux1_x86_64.whl
ddtrace-0.24.0-cp37-cp37m-linux_i686.whl
ddtrace-0.24.0-cp37-cp37m-linux_x86_64.whl
ddtrace-0.24.0-cp37-cp37m-manylinux1_i686.whl
ddtrace-0.24.0-cp37-cp37m-manylinux1_x86_64.whl
ddtrace-0.24.0.tar.gz

@brettlangdon brettlangdon added this to the 0.24.0 milestone Mar 19, 2019
@brettlangdon brettlangdon requested a review from a team as a code owner March 19, 2019 23:51
@brettlangdon brettlangdon merged commit b06a725 into 0.24-dev Mar 21, 2019
@brettlangdon
Copy link
Member Author

🤞

@brettlangdon brettlangdon deleted the brettlangdon/build.wheels branch March 21, 2019 16:57
@majorgreys majorgreys changed the title Add script to build wheels [deploy] Add script to build wheels Apr 11, 2019
@majorgreys majorgreys changed the title [deploy] Add script to build wheels [dev/tooling] Add script to build wheels Apr 11, 2019
@majorgreys majorgreys mentioned this pull request Apr 12, 2019
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.

2 participants