Skip to content

Commit 0dce6cd

Browse files
authored
python(fix): add unique names to windows builds for sift-stream-bindings (#408)
1 parent ab91090 commit 0dce6cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sift_stream_bindings_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Upload wheels
6767
uses: actions/upload-artifact@v4
6868
with:
69-
name: wheels-windows-${{ matrix.platform.target }}
69+
name: wheels-windows-${{ matrix.platform.target }}-py${{ matrix.python-version }}
7070
path: rust/crates/sift_stream_bindings/dist
7171

7272
macos:

0 commit comments

Comments
 (0)