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

publish to pypi and tag releases #8

Open
dzheng256 opened this issue Jun 15, 2020 · 0 comments
Open

publish to pypi and tag releases #8

dzheng256 opened this issue Jun 15, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@dzheng256
Copy link
Member

dzheng256 commented Jun 15, 2020

We should properly manage our package versioning and package up releases (e.g. 0.1.0, 0.2.0, etc) and publish them to pypi so people can pip install from there, instead of directly installing from our master branch, which may or may not be in a broken state. Each release to pypi should come with either bugfixes or new features, and we should definitely make sure whatever we are publishing actually works properly (adding more tests will help ensure this).

I think it would be reasonable to make a 0.1.0 release and publish that to pypi after we resolve #3 and (hopefully) remove the bloated nltk dependency

@dzheng256 dzheng256 added the enhancement New feature or request label Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant