We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76d383 commit 354b202Copy full SHA for 354b202
1 file changed
.github/workflows/release.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: Wait for TestPyPI propagation
90
run: |
91
echo "⏳ Waiting for package to be available on TestPyPI..."
92
- sleep 10
+ sleep 30
93
94
- name: Test installation from TestPyPI
95
@@ -106,10 +106,8 @@ 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
uv pip install \
111
--index-url https://test.pypi.org/simple/ \
112
- --extra-index-url https://pypi.org/simple/ \
113
tabpfn-common-utils==${VERSION}
114
115
# Verify installation and version
0 commit comments