diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9cecdb41..a16ecfea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest, macos-latest] - python: [38, 39, 310, 311, 312, 313] + python: [310, 311, 312, 313] steps: - name: Checkout uses: actions/checkout@v4 @@ -81,7 +81,7 @@ jobs: - name: Store artifacts uses: actions/upload-artifact@v4 with: - name: cibw-wheels-${{ runner.os }}-${{ matrix.manylinux_version }}-${{ matrix.archs }} + name: cibw-wheels-${{ runner.os }}-${{ matrix.python }} path: dist/*.whl publish: