Skip to content

Commit f40badc

Browse files
mariusmiili
authored andcommitted
ci: fixing release
1 parent 6826884 commit f40badc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Build wheels
2929
uses: pypa/cibuildwheel@v2.22.0
3030
env:
31-
CIBW_SKIP: "cp311-* cp312-*"
32-
CIBW_BUILD: "cp310-manylinux_x86_64"
31+
CIBW_SKIP: "cp313-*"
32+
# CIBW_BUILD: "cp310-manylinux_x86_64" # For debugging
3333
with:
3434
config-file: "{package}/pyproject.toml"
3535

@@ -73,6 +73,5 @@ jobs:
7373
pattern: cibw-*
7474
path: dist
7575
merge-multiple: true
76-
verbose: true
7776
- name: Publish package distributions to PyPI
7877
uses: pypa/gh-action-pypi-publish@release/v1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "qseek"
12-
requires-python = ">=3.10"
12+
requires-python = ">=3.10,<3.13"
1313
license = { text = "GPLv3" }
1414
dynamic = ["version"]
1515

0 commit comments

Comments
 (0)