Skip to content

Commit 1a6bd30

Browse files
committed
Update GitHub workflows
1 parent b3d9715 commit 1a6bd30

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/pypi.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,9 @@ jobs:
6060
echo "CUDA_LIB_DIR=$LIB_DIR" >> $GITHUB_ENV
6161
shell: bash
6262

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-
7063
- name: Build wheels
7164
uses: pypa/cibuildwheel@v2.23.3
7265
env:
73-
CIBW_BUILD: "cp${{ steps.prepare_python_version.outputs.PYTHON_VERSION_NO_DOT }}-*"
7466
CIBW_SKIP: "*-manylinux_i686 *-musllinux_* *-win32"
7567
CIBW_BUILD_VERBOSITY: 1
7668
LIBTORCH_BYPASS_VERSION_CHECK: 1

0 commit comments

Comments
 (0)