Răsfoiți Sursa

wheels-ci: Fix artifact naming (#1386)

Jelmer Vernooij 5 luni în urmă
părinte
comite
af0d6b9fe3
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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: