diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index accf5ba124..e2f8d41658 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.14.1 + uses: pypa/cibuildwheel@v2.16.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.14.1 + uses: pypa/cibuildwheel@v2.16.0 env: CIBW_BUILD: "${{ matrix.python }}-win_amd64" CIBW_BEFORE_TEST_WINDOWS: >