diff --git a/.github/workflows/build_wheels.yaml b/.github/workflows/build_wheels.yaml index 8d9ff28..e716b25 100644 --- a/.github/workflows/build_wheels.yaml +++ b/.github/workflows/build_wheels.yaml @@ -74,7 +74,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: wheels-${{ matrix.os }}-${{ matrix.cibw_build }}-${{ matrix.cibw_archs }} + name: wheels-${{ matrix.os }}-${{ replace(matrix.cibw_build, '-*', '' }}-${{ matrix.cibw_archs }} path: wheelhouse/*.whl build_wheels_macos: @@ -126,7 +126,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: wheels-${{ matrix.os }}-${{ matrix.cibw_build }}-${{ matrix.cibw_archs }} + name: wheels-${{ matrix.os }}-${{ replace(matrix.cibw_build, '-*', '' }}-${{ matrix.cibw_archs }} path: wheelhouse/*.whl build_wheels_macos_arm64: @@ -181,7 +181,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: wheels-${{ matrix.os }}-${{ matrix.cibw_build }}-${{ matrix.cibw_archs }} + name: wheels-${{ matrix.os }}-${{ replace(matrix.cibw_build, '-*', '' }}-${{ matrix.cibw_archs }} path: ./wheelhouse/*.whl upload_to_pypi: