We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e255225 commit cbd246dCopy full SHA for cbd246d
.github/workflows/wheels.yml
@@ -434,7 +434,7 @@ jobs:
434
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
435
- name: Set wheel name
436
run: |
437
- echo "WHEEL_NAME=ta_lib-${{env.TALIB_PY_VER}}-macosx_arm64" >> $GITHUB_ENV
+ echo "WHEEL_NAME=ta_lib-${{env.TALIB_PY_VER}}-macos_arm64" >> $GITHUB_ENV
438
- name: Upload wheels
439
uses: actions/upload-artifact@v4
440
with:
0 commit comments