Skip to content

Commit 27856bd

Browse files
fix: wheels (#76)
1 parent c02b977 commit 27856bd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: [ubuntu-latest, windows-latest, macos-latest]
30-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
30+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
3131

3232
steps:
3333
- uses: actions/checkout@v6
@@ -121,11 +121,10 @@ jobs:
121121

122122
wheel:
123123
needs: [validate]
124-
runs-on: ${{ matrix.os }}
124+
runs-on: ubuntu-latest
125125
strategy:
126126
matrix:
127-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
128-
os: [ubuntu-latest, windows-latest, macos-latest]
127+
python-version: ['3.13']
129128
steps:
130129
- uses: actions/checkout@v6
131130
- name: Set up Python ${{ matrix.python-version }}
@@ -141,7 +140,7 @@ jobs:
141140
- name: Upload wheel
142141
uses: actions/upload-artifact@v6
143142
with:
144-
name: wheel-${{ matrix.python-version }}-${{ matrix.os }}
143+
name: wheel-py3-any
145144
path: ./dist/
146145

147146
release:

0 commit comments

Comments
 (0)