You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly override version when validating release
Otherwise it just pulls down "latest", and with eventual consistency on PyPi
we might end up pulling down a previous version and not actually validating
our release.
This has the downside that, again due to eventual consistency, the new
version might not show up yet causing the build to fail. Since this build
is idempotent this is not the end of the world, but we may want to make
this more robust in the future.
0 commit comments