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

fix: deprecated setuptools.py when building in package.sh #568

Merged
merged 4 commits into from
Apr 24, 2024

Conversation

dee-me-tree-or-love
Copy link
Member

@dee-me-tree-or-love dee-me-tree-or-love commented Apr 24, 2024

What

Since #539, we use Python 3.12 (env.LAST_SUPPORTED_PYTHON) to build distribution archives, but package.sh was not updated overcome the deprecated use of setup.py as command line.

This PR offers a fix.

Changes

  • package.sh uses python -m build
  • CI builds the wheels in any case, but pushes to PyPi only on tags

@dee-me-tree-or-love dee-me-tree-or-love merged commit 31c9cf1 into master Apr 24, 2024
15 checks passed
@dee-me-tree-or-love dee-me-tree-or-love deleted the fix-deprecated-setuptools-in-package.sh branch April 24, 2024 23:07
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.

None yet

1 participant