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

Add force-update to release update docs #46

Open
MyPyDavid opened this issue Jul 12, 2024 · 1 comment
Open

Add force-update to release update docs #46

MyPyDavid opened this issue Jul 12, 2024 · 1 comment
Assignees

Comments

@MyPyDavid
Copy link
Member

Sometimes --force-reinstall is needed to upgrade patch release in a current installation

rdmorganiser/rdmo#886 (comment)

@MyPyDavid
Copy link
Member Author

Most of the dependencies in the pyproject.toml (like "django>=4.2,<5.0",) don't have the patch version specified and will require an extra pip install -U django to be upgraded for new patch releases.

The pip install -U rdmo --force-reinstall command will upgrade those dependencies as well.

Help text for --force-reinstall, from https://pip.pypa.io/en/stable/ux-research-design/research-results/pip-force-reinstall/#recommendations:

Reinstall package(s), and their dependencies, even if they are already up-to-date. Where package(s) are not up-to-date, upgrade these to the latest version (unless version specifiers are used).

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

1 participant