We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbabb54 commit 0656656Copy full SHA for 0656656
1 file changed
.github/workflows/wheels.yml
@@ -8,7 +8,7 @@ on:
8
9
env:
10
TALIB_C_VER: 0.6.4
11
- TALIB_PY_VER: 0.6.5
+ TALIB_PY_VER: ${{ github.ref_name }}
12
PIP_NO_VERIFY: 0
13
PIP_VERBOSE: 1
14
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy
0 commit comments