Skip to content

Commit cbd246d

Browse files
committed
.github/workflows: ...
1 parent e255225 commit cbd246d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ jobs:
434434
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
435435
- name: Set wheel name
436436
run: |
437-
echo "WHEEL_NAME=ta_lib-${{env.TALIB_PY_VER}}-macosx_arm64" >> $GITHUB_ENV
437+
echo "WHEEL_NAME=ta_lib-${{env.TALIB_PY_VER}}-macos_arm64" >> $GITHUB_ENV
438438
- name: Upload wheels
439439
uses: actions/upload-artifact@v4
440440
with:

0 commit comments

Comments
 (0)