-
Notifications
You must be signed in to change notification settings - Fork 5
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
Github Actions and PyPI Wheels #22
base: master
Are you sure you want to change the base?
Conversation
commit ddec84d Author: Dilawar Singh <[email protected]> Date: Mon Apr 12 21:17:20 2021 +0530 some more fixes to wheel pipeline. commit 081cd0c Author: Dilawar Singh <[email protected]> Date: Mon Apr 12 20:21:47 2021 +0530 Added ci pipeline. commit 39fc514 Author: Dilawar Singh <[email protected]> Date: Mon Apr 12 20:09:12 2021 +0530 wheel is generated successfully.
commit b99ed84a26162c700741f3beef4341f4ab105901 Author: Dilawar Singh <[email protected]> Date: Tue Apr 13 01:19:39 2021 +0530 testing: github actions. commit 46b1e496ec28109f5a1b11bcc1bb1344a7729ab3 Author: Dilawar Singh <[email protected]> Date: Mon Apr 12 22:36:54 2021 +0530 some tweaks. local wheel build in docker is working fine.
__version__ is available in the module itself.
Thanks a lot for your contribution; that is really awesome! At the moment we have minimal time, therefore this late reply. Also, I fear that it will take a while (actually maybe a few weeks) until we have reviewed it and discussed a few things you propose here. What I recognized we need to discuss:
Maybe some of the things have changed in the meantime, and I am open to discuss the points listed! Best, Joachim |
Hi Joachim, Thanks for the response. There is no hurry. Take your time. I did this when a colleague was struggling to install https://github.com/deeptools/HiCExplorer which is available only via conda because of two of its dependencies (one is kr-balancing) are available via conda only. So I created This PR builds binary wheels for On OSX, At the end of the day, the purpose is to create a portable binary python package for |
This PR contains a lot of changes.
I'd be happy to handover the pypi packages if you are interested.