lilcom icon indicating copy to clipboard operation
lilcom copied to clipboard

Release

Open danpovey opened this issue 6 years ago • 4 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.

danpovey avatar Oct 22 '19 05:10 danpovey

... 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?

danpovey avatar Oct 22 '19 05:10 danpovey

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/

funcwj avatar Oct 22 '19 15:10 funcwj

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

funcwj avatar Oct 22 '19 15:10 funcwj

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

danpovey avatar Oct 22 '19 20:10 danpovey