Skip to content

Commit

Permalink
specify the version cibuildwheel platform
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengp0 committed Dec 10, 2024
1 parent e625c77 commit 43bd49c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: python -m pip install cibuildwheel . --upgrade pip
- name: Build package distribution
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: "cp312-manylinux_x86_64"
- name: Publish package distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.12
with:
Expand Down

0 comments on commit 43bd49c

Please sign in to comment.