priv-kweihmann / oelint-adv

Advanced oelint
BSD 2-Clause "Simplified" License
55 stars 27 forks source link

Replace deprecated setup.py commands in CI #544

Closed Mersho closed 6 months ago

Mersho commented 6 months ago

This commit replaces the deprecated setup.py commands in the GitHub Actions CI configuration with the recommended standards-based tools. The build and pip modules are now used to build and install the package. This change aligns with the Python packaging ecosystem's move towards standardization.

Closes https://github.com/priv-kweihmann/oelint-adv/issues/543

Mersho commented 6 months ago

Thank you for taking the time to review my PR and for your valuable feedback. 🚀

priv-kweihmann commented 6 months ago

Thanks for your blazing fast contribution - will wait to put all that into a release, till there are actual code changes in the tool