diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c49038c1..75f1840b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -140,7 +140,7 @@ jobs: # - runner: ubuntu-22.04 # target: ppc64le python_version: - ["3.9", "3.10", "3.11", "3.12", "3.13"] + ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 # - uses: actions/setup-python@v5 @@ -156,7 +156,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels-linux-${{ matrix.platform.target }} + name: wheels-${{ matrix.platform.python_version }}-linux-${{ matrix.platform.target }} path: dist # musllinux: