Skip to content

Commit

Permalink
ci: fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
marius authored and miili committed Dec 4, 2024
1 parent 6826884 commit f40badc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_SKIP: "cp311-* cp312-*"
CIBW_BUILD: "cp310-manylinux_x86_64"
CIBW_SKIP: "cp313-*"
# CIBW_BUILD: "cp310-manylinux_x86_64" # For debugging
with:
config-file: "{package}/pyproject.toml"

Expand Down Expand Up @@ -73,6 +73,5 @@ jobs:
pattern: cibw-*
path: dist
merge-multiple: true
verbose: true
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "qseek"
requires-python = ">=3.10"
requires-python = ">=3.10,<3.13"
license = { text = "GPLv3" }
dynamic = ["version"]

Expand Down

0 comments on commit f40badc

Please sign in to comment.