Skip to content

Commit e660cac

Browse files
committed
feat: Build generic wheels for any Python 3.x version
1 parent cd48237 commit e660cac

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
fetch-depth: 0
9090

9191
- uses: pypa/[email protected]
92+
env:
93+
CIBW_BUILD: "cp312-*"
9294

9395
- name: Upload wheels
9496
uses: actions/upload-artifact@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ minimum-version = "0.4"
6565
build-dir = "build/{wheel_tag}"
6666
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
6767
sdist.include = ["src/s5cmd/_version.py"]
68+
wheel.py-api = "py3"
6869

6970

7071
[tool.setuptools_scm]

0 commit comments

Comments
 (0)