Skip to content

Commit a78631a

Browse files
committed
fix: Matrix build artifacts
1 parent 6846686 commit a78631a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Upload builds
107107
uses: actions/upload-artifact@v7
108108
with:
109-
name: dist
109+
name: ${{ matrix.os }}-${{ matrix.python-version }}
110110
path: dist/
111111

112112

@@ -122,7 +122,6 @@ jobs:
122122
- name: Download Artifacts
123123
uses: actions/download-artifact@v8
124124
with:
125-
name: dist
126125
path: dist/
127126

128127
- name: Publish to Test PyPI

0 commit comments

Comments
 (0)