Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated setup.py commands in CI #544

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

Mersho
Copy link
Contributor

@Mersho Mersho commented Mar 24, 2024

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 #543

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 priv-kweihmann#543
@Mersho Mersho force-pushed the FixCIBuildWarning branch from cb47ca2 to 8098fb3 Compare March 24, 2024 13:14
@priv-kweihmann priv-kweihmann merged commit cf06cd4 into priv-kweihmann:master Mar 24, 2024
5 checks passed
@Mersho
Copy link
Contributor Author

Mersho commented Mar 24, 2024

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

@priv-kweihmann
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

setup.py deprecation notice
2 participants