From 1dbae27e9a266e5ec83a9a7c563290285d3cd60f Mon Sep 17 00:00:00 2001 From: Han860207 <80267242+Han860207@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:37:38 +0800 Subject: [PATCH] Update python-publish.yml --- .github/workflows/python-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index c453971..08ce706 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.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.5 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.5 env: CIBW_BUILD: "${{ matrix.python }}-win_amd64" CIBW_BEFORE_TEST_WINDOWS: >