From bc68b45d81bb8b2539c62389a2539fc8db1624a3 Mon Sep 17 00:00:00 2001 From: jstzwj <1103870790@qq.com> Date: Sun, 5 Jan 2025 02:14:38 +0800 Subject: [PATCH] typo fix --- .github/workflows/linux_wheel.yml | 4 ++-- .github/workflows/macos_wheel.yml | 2 +- README.md | 19 ++++++++++++++++++- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux_wheel.yml b/.github/workflows/linux_wheel.yml index eb8200f..28cbee8 100644 --- a/.github/workflows/linux_wheel.yml +++ b/.github/workflows/linux_wheel.yml @@ -75,13 +75,13 @@ jobs: runs-on: ${{ matrix.os }} env: CIBW_BEFORE_BUILD: pip install setuptools==58.0.1&&pip install Cython==0.29.37&&pip install -U wheel numpy - CIBW_BEFORE_TEST: apk add rust&&apk add cargo&&pip install Cython==0.29.37&&pip install -U maturin + CIBW_BEFORE_TEST: apk add rustup&&rustup update&&pip install Cython==0.29.37&&pip install -U maturin CIBW_TEST_REQUIRES: pytest pandas polars CIBW_TEST_COMMAND: > cd .. && pytest -k "not RSI and not threading" {project}/tests CIBW_TEST_SKIP: "*win32 cp36* cp37* cp38* cp39*" - CIBW_SKIP: "pp* cp*-manylinux*" + CIBW_SKIP: "pp* cp36* cp37* cp38* cp39* cp*-manylinux*" steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/macos_wheel.yml b/.github/workflows/macos_wheel.yml index 1f02fe6..1658ad1 100644 --- a/.github/workflows/macos_wheel.yml +++ b/.github/workflows/macos_wheel.yml @@ -80,7 +80,7 @@ jobs: delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel} - name: Set wheel name run: | - echo "WHEEL_NAME=ta_lib-${{env.TALIB_PY_VER}}-macosx_arm64.whl" >> $GITHUB_ENV + echo "WHEEL_NAME=ta_lib-${{env.TALIB_PY_VER}}-macosx_arm64" >> $GITHUB_ENV - name: Upload wheels uses: actions/upload-artifact@v4 with: diff --git a/README.md b/README.md index ce1b8a8..54c8dd8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,24 @@ # talib-prebuilt Build [TA-Lib](https://github.com/ta-lib/ta-lib-python) wheels for Python using GitHub Actions. -The wheels can be downloaded from the [Releases](https://github.com/cgohlke/talib-build/releases) page. +Supported platforms: +- Windows 64-bit +- Windows 32-bit +- macOS x86_64 +- macOS arm64 +- Linux 64-bit + +Supported Python versions: +- 3.6 +- 3.7 +- 3.8 +- 3.9 +- 3.10 +- 3.11 +- 3.12 +- 3.13 + +The wheels can be downloaded from the [Releases](https://github.com/quantmew/talib-prebuilt/releases) page. Install a wheel on the command line, for example for Python 3.13 64-bit: