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

Versioning and Publishing to PyPI #31

Open
otienoanyango opened this issue Aug 21, 2023 · 1 comment
Open

Versioning and Publishing to PyPI #31

otienoanyango opened this issue Aug 21, 2023 · 1 comment

Comments

@otienoanyango
Copy link

Thank you for the beautiful work done in maintaining this very useful tool.

I was wondering if you could implement versioning via tags. This is in lieu of packaging and publishing on PyPI as a pip installable package.

Some of the changes done yesterday, Sunday 20th Aug, broke the pip install. I am forced to fix the version to a git commit sha on poetry like

fr3d = { git = "https://github.com/BGSU-RNA/fr3d-python.git", rev = "9702751c42bac3c7f655ce070f94a8ceb1ab0747" }

This means I cannot use pip/poetry to update minor changes (by SemVer definition) automatically.

I know asking for Unit (or some form of) testing before merging to master is too much, but versioning or packaging should be free and relatively easier as a stop gap I hope.

@clzirbel
Copy link
Member

clzirbel commented Aug 21, 2023 via email

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