psqlpy-python / psqlpy

Asynchronous Python PostgreSQL driver written in Rust
https://psqlpy-python.github.io/
MIT License
211 stars 3 forks source link

Added musl build. #51

Closed s3rius closed 3 months ago

s3rius commented 3 months ago

This PR adds MUSL builds. It's required to install library on systems that use musl as their primary libc implementation. Good example of such system is alpine, which is popular in docker containers.

Also, this PR removes a redundant conditional which is always true for release and adds artifact uploads for each release so people can download it from the release page directly (it's useful for people that work in closed environments).