Code0x58 commented on a change in pull request #2924: Py3 heronpy
URL: https://github.com/apache/incubator-heron/pull/2924#discussion_r197596786
##########
File path: scripts/packages/BUILD
##########
@@ -474,9 +474,11 @@ genrule(
'rm setup.py.template',
'tree $$HERONPY_DIR',
'/usr/bin/env python2.7 setup.py sdist',
- '/usr/bin/env python2.7 setup.py bdist_wheel',
+ '/usr/bin/env python2.7 setup.py bdist_wheel --universal',
+ 'cd -',
'ls -l $$HERONPY_DIR/dist',
- 'cp $$HERONPY_DIR/dist/heronpy-*-py2-*.whl $$OUTPUT_DIR',
+ 'cp $$HERONPY_DIR/dist/heronpy-*-py2.py3-*.whl $$OUTPUT_DIR',
+ 'cp $$HERONPY_DIR/dist/heronpy-*-py2.py3-*.whl "$@"',
Review comment:
I haven't quite got to running any PEXs yet, but should have done so by the
end of this weekend
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services