Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Han860207 authored Feb 23, 2024
1 parent 8f2a322 commit 1dbae27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: >
Expand Down

0 comments on commit 1dbae27

Please sign in to comment.