Skip to content

Commit

Permalink
Update release.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrwilson committed Jan 25, 2025
1 parent 23d5ab4 commit f9df811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit f9df811

Please sign in to comment.