diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index c3c955b..57d368b 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -42,7 +42,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: wheels_windows_${{ matrix.arch[0] }} + name: wheels_${{ matrix.arch[1] }}_${{ matrix.py }} path: ./wheelhouse/*.whl if-no-files-found: error @@ -139,7 +139,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: wheels_macos_${{ matrix.config.arch[0] }} + name: wheels_macos_${{ matrix.config.arch[1] }}_${{ matrix.config.py }} path: ./wheelhouse/*.whl if-no-files-found: error @@ -187,7 +187,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: wheels_linux_${{ matrix.arch[0] }} + name: wheels_linux_${{ matrix.arch[1] }}_${{ matrix.py }} path: ./wheelhouse/*.whl if-no-files-found: error