Skip to content

Commit

Permalink
infra: 15s retry wait on test pypi (#24375)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Jul 17, 2024
1 parent a4c101a commit 96ccba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
--extra-index-url https://test.pypi.org/simple/ \
"$PKG_NAME==$VERSION" || \
( \
sleep 5 && \
sleep 15 && \
poetry run pip install \
--extra-index-url https://test.pypi.org/simple/ \
"$PKG_NAME==$VERSION" \
Expand Down

0 comments on commit 96ccba9

Please sign in to comment.