Add windows ta wheel

This commit is contained in:
Matthias 2021-12-30 11:31:44 +01:00
parent 505d4bacd5
commit 6b22f84d30
3 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,6 @@ on:
branches:
- stable
- develop
- python_10
tags:
release:
types: [published]

Binary file not shown.

View File

@ -14,6 +14,8 @@ if ($pyv -eq '3.8') {
if ($pyv -eq '3.9') {
pip install build_helpers\TA_Lib-0.4.22-cp39-cp39-win_amd64.whl
}
if ($pyv -eq '3.10') {
pip install build_helpers\TA_Lib-0.4.22-cp310-cp310-win_amd64.whl
}
pip install -r requirements-dev.txt
pip install -e .