Selaa lähdekoodia

wheels-ci: Fix artifact naming

Jelmer Vernooij 5 kuukautta sitten
vanhempi
commit
a02b3ef746
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .github/workflows/python-distributions.yml

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

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