From f05e34297e7d928fcf5d0937d86a9baf4056d95d Mon Sep 17 00:00:00 2001 From: Stefan Jansen Date: Thu, 26 Sep 2024 08:49:01 -0400 Subject: [PATCH] fix upload v4 issues --- .github/workflows/build_wheels.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index b83a980163..b83b79fc26 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -23,8 +23,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest , windows-latest, macos-latest ] -# python: [ "cp39", "cp310", "cp311", "cp312" ] - python: [ "cp311"] + python: [ "cp39", "cp310", "cp311", "cp312" ] arch: [ auto64 ] steps: @@ -45,8 +44,6 @@ jobs: if: runner.os != 'Windows' uses: pypa/cibuildwheel@v2.21.1 env: -# CIBW_BEFORE_ALL_LINUX: ./tools/install_talib.sh -# CIBW_BEFORE_ALL_MACOS: brew install ta-lib CIBW_ARCHS_LINUX: ${{ matrix.arch }} CIBW_ARCHS_MACOS: x86_64 arm64 CIBW_BUILD: "${{ matrix.python }}-*" @@ -63,9 +60,6 @@ jobs: uses: pypa/cibuildwheel@v2.21.1 env: CIBW_BUILD: "${{ matrix.python }}-win_amd64" -# CIBW_BEFORE_TEST_WINDOWS: > -# call "c:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64 && -# call ./tools/install_talib.bat - name: Store artifacts uses: actions/upload-artifact@v4