Skip to content

Commit f05e342

Browse files
committed
fix upload v4 issues
1 parent f4d87cb commit f05e342

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ ubuntu-latest , windows-latest, macos-latest ]
26-
# python: [ "cp39", "cp310", "cp311", "cp312" ]
27-
python: [ "cp311"]
26+
python: [ "cp39", "cp310", "cp311", "cp312" ]
2827
arch: [ auto64 ]
2928

3029
steps:
@@ -45,8 +44,6 @@ jobs:
4544
if: runner.os != 'Windows'
4645
uses: pypa/[email protected]
4746
env:
48-
# CIBW_BEFORE_ALL_LINUX: ./tools/install_talib.sh
49-
# CIBW_BEFORE_ALL_MACOS: brew install ta-lib
5047
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
5148
CIBW_ARCHS_MACOS: x86_64 arm64
5249
CIBW_BUILD: "${{ matrix.python }}-*"
@@ -63,9 +60,6 @@ jobs:
6360
uses: pypa/[email protected]
6461
env:
6562
CIBW_BUILD: "${{ matrix.python }}-win_amd64"
66-
# CIBW_BEFORE_TEST_WINDOWS: >
67-
# call "c:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64 &&
68-
# call ./tools/install_talib.bat
6963

7064
- name: Store artifacts
7165
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)