Skip to content

docs: fix TestPyPI install command in releasing guide - #25

Merged
geopanther merged 1 commit into
mainfrom
docs/fix-releasing-docs
May 8, 2026
Merged

docs: fix TestPyPI install command in releasing guide#25
geopanther merged 1 commit into
mainfrom
docs/fix-releasing-docs

Conversation

@geopanther

Copy link
Copy Markdown
Owner

The previous install command (uv pip install -i https://test.pypi.org/simple/) fails because
uv resolves all dependencies (e.g. chardet) from TestPyPI first, where only outdated versions exist.

Switch to --extra-index-url with --index-strategy unsafe-best-match so mdfluence is pulled
from TestPyPI while dependencies resolve from PyPI.

Updated command to install package from TestPyPI to allow packages
from PyPI (prod) since versions on TestPyPI are totally outdated.
@geopanther
geopanther merged commit a65ebe9 into main May 8, 2026
5 checks passed
@geopanther
geopanther deleted the docs/fix-releasing-docs branch May 13, 2026 09:27
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

Successfully merging this pull request may close these issues.

1 participant