coleifer / pysqlite3

SQLite3 DB-API 2.0 driver from Python 3, packaged separately, with improvements
zlib License
188 stars 53 forks source link

Suggestion: ship `pysqlite3-binary` macOS/Windows wheels to PyPI using the sqlean.py GitHub Actions recipe #57

Closed simonw closed 1 year ago

simonw commented 1 year ago

Related discussions:

The sqlean.py project is a fork of pysqlite3 which adds a bunch of extra custom SQLite extensions. It has a very clean GitHub Actions workflow for building and publishing wheels for macOS and Windows which might be useful for this project too:

https://github.com/nalgeon/sqlean.py/blob/main/.github/workflows/publish.yaml

coleifer commented 1 year ago

I'll probably pass for now - I have no way to test or verify the mac/windows stuff, and I don't love having this stuff wired-up to github anyways.