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
fix: update version extraction in publish workflow
- Replace Python import-based version extraction with grep/sed
- Avoids ModuleNotFoundError when dependencies not yet installed
- Fixes 'Bump version and create release' step failure
- Uses simple text parsing instead of module import
0 commit comments