Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,15 @@ jobs:
name: ${{ matrix.os }} (Py ${{ matrix.python-version }})
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-15-intel, windows-latest]
python-version: ["3.11", "3.12", "3.13", "3.14"]
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: macos-15-intel
target: x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
- os: windows-latest
target: x86_64-pc-windows-msvc
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Run Build Suite
uses: ./.github/actions/build-package
with:
python-version: ${{ matrix.python-version }}
target: ${{ matrix.target }}

sdist:
if: github.repository_owner == 'ccxlv' && startsWith(github.event.release.tag_name, 'v')
Expand Down