From def897ef081d4ed398ad18a6cd4d4b681ca496eb Mon Sep 17 00:00:00 2001 From: nightwnvol Date: Thu, 4 Jul 2024 15:29:08 +0200 Subject: [PATCH] ci: code cleanup --- .github/workflows/build_wheels.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 7363d8a..e44da58 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -35,8 +35,6 @@ jobs: cp C:\pthread-win32\pthread.h C:\pthread-win32_static_lib\include cp C:\pthread-win32\sched.h C:\pthread-win32_static_lib\include cp C:\pthread-win32\semaphore.h C:\pthread-win32_static_lib\include - ls C:\pthread-win32_static_lib\lib - ls C:\pthread-win32_static_lib\include - name: Build wheel ${{ matrix.py }}-${{ matrix.arch[1] }} uses: pypa/cibuildwheel@v2.19.1