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

Create a wheel version of TA #271

Open
cmj123 opened this issue Nov 14, 2021 · 1 comment
Open

Create a wheel version of TA #271

cmj123 opened this issue Nov 14, 2021 · 1 comment

Comments

@cmj123
Copy link

cmj123 commented Nov 14, 2021

Bloomberg BQuant platform only allows installation of the wheel version of a python library. Please, can you create a wheel version of TA library?

@bartbroere
Copy link

It seems like the releases are not being created in one of the CI pipelines though. This means it is a bit hard to fix this in the code (unless of course we add a pipeline for creating releases).

If @bukosabino decides to continue manual releases, adding wheel versions shouldn't be that hard, something like this:

python3 -m pip install twine wheel
python3 setup.py bdist_wheel
twine upload dist/*

Of course the entire release process could also be added to the CI pipelines.

What do you prefer @bukosabino ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants