danpovey / lilcom

Small compression utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release

danpovey opened this issue · comments

@funcwj can you please let me know what I have to do to publish this on PyPi?
I think it might be just about ready to release.

... and what do you think about the compiler flags there? They might be too specific to gcc. And I don't think they are necessary, they are just helpful for debugging at this early stage. Can we make them conditional on the compiler being a gcc variant?

You need to register an account on https://pypi.org, then run commands

python setup.py sdsit
# twine need to be installed, using 'pip install twine' is ok
twine upload dist/*

and enter your username and password. Here is the online document https://packaging.python.org/tutorials/packaging-projects/

Maybe we can make compiler flags conditional on operation systems, but I haven't try that before.

Thanks. I did an upload for version 0.0.0 but will likely make a new version fairly soon.