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

[dev] Structure branches for release. #40

Open
romesco opened this issue Dec 1, 2020 · 3 comments
Open

[dev] Structure branches for release. #40

romesco opened this issue Dec 1, 2020 · 3 comments

Comments

@romesco
Copy link
Contributor

romesco commented Dec 1, 2020

We intend to release versions of singular project packages - think hydra-configs-torch or hydra-configs-torchvision via release branches that get tagged for upload to PyPI.

This enables users to get the exact version they need by specifying:
pip install hydra-configs-torch==1.6 or pip install hydra-configs-torch==1.7.

Master/the top level will remain the metapackage hydra-torch and will include the most uptodate configs for each package. For example, at present, if the user wrote:
pip install hydra-torch,
they would end up with the packages:

hydra-configs-torch==1.7
hydra-configs-torchvision==0.8
@romesco
Copy link
Contributor Author

romesco commented Dec 2, 2020

Open question: should metapackage install from PyPI or from git directly?

@omry
Copy link
Contributor

omry commented Dec 2, 2020

definitely pypi in my opinion.

@romesco
Copy link
Contributor Author

romesco commented Jan 11, 2021

Update OVERVIEW.md with information on branch/tag convention when this is settled.

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