Skip to content
Merged
Show file tree
Hide file tree
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
19 changes: 10 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
python-version: 3.x

- name: Build wheels
uses: PyO3/maturin-action@35be3186fc8e037e329f06b68dcd807d83dcc6dc # v1.49.2
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --features extension-module
sccache: "true"
args: --release --out dist --find-interpreter --features extension-module --zig
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
manylinux: auto

- name: Upload wheels
Expand Down Expand Up @@ -75,10 +75,11 @@ jobs:
python-version: 3.x

- name: Build wheels
uses: PyO3/maturin-action@35be3186fc8e037e329f06b68dcd807d83dcc6dc # v1.49.2
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --features extension-module
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
manylinux: musllinux_1_2

- name: Upload wheels
Expand Down Expand Up @@ -107,11 +108,11 @@ jobs:
architecture: ${{ matrix.platform.target }}

- name: Build wheels
uses: PyO3/maturin-action@35be3186fc8e037e329f06b68dcd807d83dcc6dc # v1.49.2
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --features extension-module
sccache: "true"
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -138,11 +139,11 @@ jobs:
python-version: 3.x

- name: Build wheels
uses: PyO3/maturin-action@35be3186fc8e037e329f06b68dcd807d83dcc6dc # v1.49.2
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --features extension-module
sccache: "true"
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -158,7 +159,7 @@ jobs:
persist-credentials: false

- name: Build sdist
uses: PyO3/maturin-action@35be3186fc8e037e329f06b68dcd807d83dcc6dc # v1.49.2
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
with:
command: sdist
args: --out dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
subject-path: "wheels-*/*"

- name: Publish to PyPI
uses: PyO3/maturin-action@35be3186fc8e037e329f06b68dcd807d83dcc6dc # v1.49.2
uses: PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev = [
"bumpver>=2024.1130",
"cogapp>=3.4.1",
"django-stubs>=5.1.1",
"maturin>=1.7.8",
"maturin[zig]>=1.7.8",
"nox>=2025.5.1",
"ruff>=0.8.2",
]
Expand Down
24 changes: 22 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.