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

Update pip package #37

Open
blacklight opened this issue Jun 24, 2019 · 2 comments
Open

Update pip package #37

blacklight opened this issue Jun 24, 2019 · 2 comments

Comments

@blacklight
Copy link

The pip package is currently broken on python3 because the latest release spans back to Sep 29, 2015, while the python3 support has been introduced on Nov 8, 2015.

Is it possible to update the pip package so it can be easily imported in requirements.txt without pointing to the Github master?

@agonzalezro
Copy link
Owner

I have uploaded the revision 0.3dev please let me know if it works.

It would be nice to automate this a little bit, if you are using the package and you fancy helping with that it would be great! Thanks.

@blacklight
Copy link
Author

Yes, the new package on pip works fine, thanks!

I believe that the standard way for releasing Python packages on pip is now through sdist/twine:

python setup.py sdist bdist_wheel
twine upload dist/project-version.tar.gz

It's possible to include that in a script after the first authentication to PyPi, and with a bit of scripting it should also be doable to push a new build upon version update using bumpversion.

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