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 deprecated actions/upload-artifact version
- Updated from v3 to v4 to resolve deprecation warning
- Updated both upload-artifact and download-artifact actions
- This fixes the workflow failure due to deprecated action versions
Add wheels workflow for PyPI publishing
- Created wheels.yml workflow for building and publishing to PyPI
- Builds wheels for multiple platforms (Linux, macOS, Windows)
- Builds source distribution
- Publishes to PyPI on GitHub releases
- Uses cibuildwheel for cross-platform wheel building
Simplify CI workflow and prepare for PyPI publishing
- Updated wheels.yml to use API tokens instead of trusted publishing
- Removed Test PyPI upload job to simplify workflow
- Updated README to use uv for modern Python package management
- Ready for production PyPI publishing via GitHub releases