diff --git a/.github/workflows/build_upload_pypi_wheels.yml b/.github/workflows/build_upload_pypi_wheels.yml index 1db48998a..e94f4ea0f 100644 --- a/.github/workflows/build_upload_pypi_wheels.yml +++ b/.github/workflows/build_upload_pypi_wheels.yml @@ -90,7 +90,7 @@ jobs: - name: Upload wheels as build artifacts uses: actions/upload-artifact@v4 with: - name: binary-wheels + name: wheel-${{ matrix.wheelname }}-${{ matrix.python-version }} path: wheelhouse/*-${{ matrix.wheelname }}*.whl publish: @@ -108,12 +108,7 @@ jobs: with: fetch-depth: 0 # Ensure tags are fetched for versioning - - name: Download source package to Ubuntu environment - uses: actions/download-artifact@v4 - with: - path: dist/ - - - name: Download binary artifacts to Ubuntu environment + - name: Download artifacts to Ubuntu environment uses: actions/download-artifact@v4 with: path: dist/