Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang committed Dec 5, 2024
1 parent d167a55 commit 9cd0803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ runs:
CIBW_BUILD: ${{ (inputs.python-version == '3.12' && inputs.host-platform == 'linux*' && 'cp312-manylinux*') ||
(inputs.python-version == '3.11' && inputs.host-platform == 'linux*' && 'cp311-manylinux*') ||
(inputs.python-version == '3.10' && inputs.host-platform == 'linux*' && 'cp310-manylinux*') ||
(inputs.python-version == '3.9' && inputs.hott-platform == 'linux*' && 'cp39-manylinux*') ||
(inputs.python-version == '3.9' && inputs.host-platform == 'linux*' && 'cp39-manylinux*') ||
(inputs.python-version == '3.12' && inputs.host-platform == 'win*' && 'cp312-win*') ||
(inputs.python-version == '3.11' && inputs.host-platform == 'win*' && 'cp311-win*') ||
(inputs.python-version == '3.10' && inputs.host-platform == 'win*' && 'cp310-win*') ||
(inputs.python-version == '3.9' && inputs.hott-platform == 'win*' && 'cp39-win*') }}
(inputs.python-version == '3.9' && inputs.host-platform == 'win*' && 'cp39-win*') }}
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.6"
CIBW_ARCHS_LINUX: "native"
CIBW_REPAIR_WHEEL_COMMAND: "" # no repair
Expand Down

0 comments on commit 9cd0803

Please sign in to comment.