Skip to content

Commit fe50ede

Browse files
Simplify build
1 parent c8a104c commit fe50ede

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: [ '3.11', '3.12' ]
16-
os: [ macos-15, windows-2025 ]
15+
python-version: [ '3.12' ]
16+
os: [ ubuntu-24.04 ]
1717

1818
runs-on: ${{ matrix.os }}
1919
defaults:
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Build
3838
run: |
39-
python -m build .
39+
python -m build --sdist .
4040
4141
- name: Publish
4242
env:

0 commit comments

Comments
 (0)