Skip to content

Commit

Permalink
ci: fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
marius committed Dec 4, 2024
1 parent fa464a8 commit 7691eac
Showing 1 changed file with 2 additions and 3 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: "cp311-* 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

0 comments on commit 7691eac

Please sign in to comment.