mosquito / cysystemd

systemd wrapper on Cython
Apache License 2.0
101 stars 21 forks source link

feat: travis-ci to build wheels #39

Closed greut closed 3 years ago

greut commented 3 years ago

Hi,

We're looking to using this package on some ARM64 EC2 instances and a nicely compiled whl would help. Here is the recipe I've used.

https://github.com/greut/cysystemd/releases/tag/1.4.5.3

I dunno if this would help you adding more arch to PyPI, Travis knows how to do that as well, https://docs.travis-ci.com/user/deployment/pypi/

Cheers,

mosquito commented 3 years ago

Hello @greut I planning to migrate to the github actions, thank you for your contribution, but I unfortunately will no merge it. Sorry for this.

mosquito commented 3 years ago

@greut although I am probably wrong, and your option is much more convenient right now.

greut commented 3 years ago

@greut although I am probably wrong, and your option is much more convenient right now.

GitHub actions is great, but it also lacks aarch64 support :sob: unless you're bringing you own workers.

mosquito commented 3 years ago

@greut so it's well done

greut commented 3 years ago

@greut so it's well done

Brilliant!