Conversation
|
I have tested the code on https://github.com/csukuangfj/kaldialign/actions/runs/3883951085 You can download the pre-built wheels and test them on your computer. |
pzelasko
left a comment
There was a problem hiding this comment.
Thanks, great work! I'm on it.
|
I just tried to install Will save other people's waiting time. |
|
Yeah and people won't have the issues related to cmake etc. anymore. Very cool!! |
|
I have done the same thing for lilcom and other projects related to next-gen Kaldi that don't depend on PyTorch. |
|
Please follow You need to change the username to |




This PR publishes pre-built wheels to PyPI, like what we are doing for anaconda.
The advantage is that users don't need to install CMake or a C++ compiler any more. Also, it is faster to install.
@pzelasko
You need to do the following on your side.
Please add two secret.
Secret 1
Secret 2
To release a new version, e.g., 0.6, please do the following
kaldialign/CMakeLists.txt
Line 17 in bc6a31f
to
kaldialign/scripts/conda/kaldialign/meta.yaml
Line 3 in bc6a31f
to
It will upload the pre-built wheels to anaconda and PyPI, magically.