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
Replace pip index versions with PyPI API check in release workflow
The pip index versions command fails consistently on Linux runners,
likely due to PEP 668 externally-managed Python on Ubuntu 24.04.
Use the PyPI JSON API via curl instead, which is more reliable.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments