Skip to content

fix(ci): wait for PyPI simple index before Docker build - #218

Merged
ulises-jeremias merged 2 commits into
mainfrom
fix/217-docker-pypi-simple-index-wait
Jul 18, 2026
Merged

fix(ci): wait for PyPI simple index before Docker build#218
ulises-jeremias merged 2 commits into
mainfrom
fix/217-docker-pypi-simple-index-wait

Conversation

@ulises-jeremias

Copy link
Copy Markdown
Member

Summary

Closes#217

Test plan

  • CI green on this PR
  • After merge, workflow_dispatchPublish Docker image with version=0.2.5 succeeds (or confirm the in-flight re-dispatch already published the image)
  • Image ulisesjeremias/create-awesome-python-app:0.2.5 exists on Docker Hub

Made with Cursor

ulises-jeremiasand others added 2 commits July 18, 2026 13:14
JSON API readiness is not enough for pip inside the image build; also
verify simple-index listing and wheel URL reachability, and retry pip
install in the Dockerfile when CDN edges lag (#217).
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@ulises-jeremias
ulises-jeremias merged commit 261fc54 into mainJul 18, 2026
13 checks passed
@ulises-jeremias
ulises-jeremias deleted the fix/217-docker-pypi-simple-index-wait branch July 18, 2026 16:19
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(ci): wait for PyPI simple index before Docker build

1 participant

@ulises-jeremias