ta icon indicating copy to clipboard operation
ta copied to clipboard

Create a wheel version of TA

Open cmj123 opened this issue 2 years ago • 1 comments

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

cmj123 avatar Nov 14 '21 01:11 cmj123

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 ?

bartbroere avatar Sep 20 '22 08:09 bartbroere