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

Release #17

Open
danpovey opened this issue Oct 22, 2019 · 4 comments
Open

Release #17

danpovey opened this issue Oct 22, 2019 · 4 comments

Comments

@danpovey
Copy link
Owner

@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
Copy link
Owner Author

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

@funcwj
Copy link
Contributor

funcwj commented Oct 22, 2019

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
Copy link
Contributor

funcwj commented Oct 22, 2019

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

@danpovey
Copy link
Owner Author

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

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

No branches or pull requests

2 participants