feat(python): workflow to build python package#13
Merged
danielebriggi merged 1 commit intomainfrom Aug 28, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a complete Python package building and publishing workflow for the SQLite Vector extension, enabling distribution of prebuilt binaries through PyPI.
- Adds Python package configuration with setup.py, pyproject.toml, and requirements for building platform-specific wheels
- Implements automated artifact downloading from GitHub releases for multiple platforms (Linux, Windows, macOS) and architectures
- Creates GitHub Actions workflow for building and publishing Python packages to PyPI with trusted publishing
Reviewed Changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/python/setup.py | Python package setup script with environment-based versioning and platform-specific wheel building |
| packages/python/pyproject.toml | Project metadata and build system configuration for the sqlite-vector package |
| packages/python/download_artifacts.py | Script to download and extract platform-specific binaries from GitHub releases |
| packages/python/README.md | Documentation for the Python package installation and usage |
| packages/python/requirements-dev.txt | Development dependencies for building the package |
| packages/python/MANIFEST.in | Package manifest to include binaries and documentation files |
| .github/workflows/python-package.yml | GitHub Actions workflow for automated building and publishing to PyPI |
| README.md | Updated main README with Python package installation instructions |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
0f57936 to
978051b
Compare
Gioee
approved these changes
Aug 28, 2025
978051b to
6c5793e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.