pypa / cibuildwheel

🎡 Build Python wheels for all the platforms with minimal configuration.
https://cibuildwheel.pypa.io
Other
1.87k stars 238 forks source link

Add support for WoodpeckerCI #1287

Open 6543 opened 2 years ago

6543 commented 2 years ago

https://woodpecker-ci.org

https://woodpecker-ci.org/docs/next/usage/environment

it has the concept of plugins: https://woodpecker-ci.org/plugins so there just has to be a docker image of cibuildwheel released and if settings option should be supported, some addidtional env-var checks have to be added. that's it :)

6543 commented 2 years ago

PS: it will also add DroneCI support if you do so... #340 (just need to take care of some env var diffs)

miurahr commented 1 year ago

CodeBerg.org provide its CI service https://ci.codeberg.org with woodpecker-ci software. It is great if cibuildwheel supports there for free software projects hosted on CodeBerg.org.