File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -275,9 +275,11 @@ jobs:
275275 source "${VENV_DIR}/bin/activate"
276276 python -m pip install --upgrade pip setuptools wheel numpy
277277
278- # Wait for the published package to propagate to TestPyPI, then install
279- echo "Waiting for alp-graphblas==${PYALP_VERSION} to appear on TestPyPI"
280- .github/scripts/wait_for_testpypi_release.sh alp-graphblas "${PYALP_VERSION}" 18 10
278+ # Short sleep to allow TestPyPI to propagate the newly uploaded files
279+ # before attempting the install. Keep logic minimal to reduce workflow
280+ # complexity (the previous retry loop was removed per request).
281+ echo "Sleeping 60s to allow TestPyPI propagation before install..."
282+ sleep 60
281283 echo "Installing alp-graphblas==${PYALP_VERSION} from TestPyPI"
282284 python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple alp-graphblas==${PYALP_VERSION} --no-deps -v
283285
You can’t perform that action at this time.
0 commit comments