Skip to content

Commit 31bb7ce

Browse files
committed
chore: filter on *.whl, not TA*
1 parent de192f3 commit 31bb7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
uses: actions/upload-artifact@v4
140140
with:
141141
name: ta-lib_release-armv7-${{ matrix.python-version }}
142-
path: ./assets/wheels/TA*
142+
path: ./assets/wheels/*.whl
143143

144144
combine-wheels:
145145
needs: [ sdist, build_wheels, build_arm ]

0 commit comments

Comments
 (0)