Skip to content

Commit 71daeea

Browse files
committed
reverted changes to CI compared to previous successful release
1 parent 514c1d6 commit 71daeea

2 files changed

Lines changed: 5 additions & 69 deletions

File tree

.github/scripts/wait_for_testpypi_release.sh

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/workflows/publish-to-testpypi.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)