-
Notifications
You must be signed in to change notification settings - Fork 27
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
Lock miniconf-mqtt
python utilities to a tag
#661
Comments
Let's just release the miniconf client to pypi properly and install a specific version from there. |
Done here in fdaa6d4 but should just be a miniconf pypi release. |
Miniconf release is tracked in quartiq/miniconf#136, but I'm not entirely sure it's even worth regular releases of Miniconf on Pypi. @jordens An alternative approach is to just keep the python dependency locked to the tag of the Miniconf version we're using and just avoiding PyPi. I have nothing against releasing to PyPi, but it just feels like one more thing we need to keep track of, which is somewhat annoying. Maybe CI could automate the release process for us though |
Agreed. Explicit dependency is fine. |
Given that
miniconf
is undergoing heavy changes and development right now, the currentmain
branch is incompatible with releasedminiconf
versions. We should use a tag reference for the Python client similar tocargo.toml
The text was updated successfully, but these errors were encountered: