]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Use cibuildwheel to create wheels
authorTrevor Gross <tgross@intrepidcs.com>
Wed, 24 Aug 2022 10:32:31 +0000 (06:32 -0400)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 29 Aug 2022 17:21:51 +0000 (17:21 +0000)
commit7b67920fcbc5007f4177b030728a986b8fcc8d81
treef1145afbc045d775f7462f63aac26d3f46a036e4
parent237969087f286451aee4647a4ff5e391fc2bd8aa
Use cibuildwheel to create wheels

Using cibuildwheel the following wheels are created:
- windows x64 and x84
- macos x64 and arm
- linux x64 and arm on manylinux and mosulinux (for alpine)
- create a pure python wheel (for pypy and other archs)

Fixes: #6702
Fixes: #7607
Closes: #7992
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/7992
Pull-request-sha: 61d5e24e5b76c97db73aa2507af7f5c2d3a948fa

Change-Id: If0c0b353766e0b61d421789d619eb2b940c08ad0
.github/workflows/create-wheels.yaml
lib/sqlalchemy/testing/plugin/plugin_base.py
lib/sqlalchemy/testing/plugin/pytestplugin.py
pyproject.toml
setup.py