1 parent 6846686 commit a78631aCopy full SHA for a78631a
1 file changed
.github/workflows/unit_tests.yml
@@ -106,7 +106,7 @@ jobs:
106
- name: Upload builds
107
uses: actions/upload-artifact@v7
108
with:
109
- name: dist
+ name: ${{ matrix.os }}-${{ matrix.python-version }}
110
path: dist/
111
112
@@ -122,7 +122,6 @@ jobs:
122
- name: Download Artifacts
123
uses: actions/download-artifact@v8
124
125
126
127
128
- name: Publish to Test PyPI
0 commit comments