Skip to content

Commit

Permalink
fix upload v4 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Sep 26, 2024
1 parent f4d87cb commit f05e342
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest , windows-latest, macos-latest ]
# python: [ "cp39", "cp310", "cp311", "cp312" ]
python: [ "cp311"]
python: [ "cp39", "cp310", "cp311", "cp312" ]
arch: [ auto64 ]

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

- name: Store artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f05e342

Please sign in to comment.