diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index d1601241e4..49e7dc48df 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -39,7 +39,7 @@ jobs: - name: Wheels macOS / Linux if: runner.os != 'Windows' - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.0 env: CIBW_BEFORE_ALL_LINUX: ./tools/install_talib.sh CIBW_BEFORE_ALL_MACOS: brew install ta-lib @@ -56,7 +56,7 @@ jobs: - name: Wheels Windows if: runner.os == 'Windows' - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.0 env: CIBW_BUILD: "${{ matrix.python }}-win_amd64" CIBW_BEFORE_TEST_WINDOWS: >