We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d9715 commit 1a6bd30Copy full SHA for 1a6bd30
.github/workflows/pypi.yaml
@@ -60,17 +60,9 @@ jobs:
60
echo "CUDA_LIB_DIR=$LIB_DIR" >> $GITHUB_ENV
61
shell: bash
62
63
- - name: Prepare Python Version for CIBW_BUILD
64
- id: prepare_python_version
65
- shell: bash
66
- run: |
67
- PYTHON_VERSION_NO_DOT=$(echo "${{ matrix.variant.python-version }}" | tr -d '.')
68
- echo "PYTHON_VERSION_NO_DOT=$PYTHON_VERSION_NO_DOT" >> $GITHUB_OUTPUT
69
-
70
- name: Build wheels
71
uses: pypa/cibuildwheel@v2.23.3
72
env:
73
- CIBW_BUILD: "cp${{ steps.prepare_python_version.outputs.PYTHON_VERSION_NO_DOT }}-*"
74
CIBW_SKIP: "*-manylinux_i686 *-musllinux_* *-win32"
75
CIBW_BUILD_VERBOSITY: 1
76
LIBTORCH_BYPASS_VERSION_CHECK: 1
0 commit comments