瀏覽代碼

wheels-ci: Fix artifact naming

Jelmer Vernooij 5 月之前
父節點
當前提交
a02b3ef746
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/python-distributions.yml

+ 1 - 1
.github/workflows/python-distributions.yml

@@ -79,7 +79,7 @@ jobs:
       - name: Upload wheels
         uses: actions/upload-artifact@v4
         with:
-          name: artifact-${{ matrix.os }}-${{ matrix.python-prefix }}
+          name: artifact-${{ matrix.build-identifier }}
           path: ./wheelhouse/*.whl
 
   build-sdist: