We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354b202 commit 694c98bCopy full SHA for 694c98b
1 file changed
.github/workflows/release.yml
@@ -106,8 +106,11 @@ jobs:
106
source .venv/bin/activate
107
108
# Install from TestPyPI using uv
109
+ # Use --index-url for TestPyPI and --extra-index-url for dependencies from PyPI
110
+ # (TestPyPI doesn't have all packages, so we need PyPI as fallback for dependencies)
111
uv pip install \
112
--index-url https://test.pypi.org/simple/ \
113
+ --extra-index-url https://pypi.org/simple/ \
114
tabpfn-common-utils==${VERSION}
115
116
# Verify installation and version
0 commit comments