Skip to content

Commit

Permalink
get maturin ci passing completely
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-codecov committed Sep 25, 2024
1 parent eaeaf7a commit edc0d3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# - add "packages: write" permission for uraimo/run-on-arch-action caching
# - remove unnecessary target platforms
# - make run-on-arch-action use deadsnakes Python 3.12
# - hardcode maturin version v1.7.1 because of a bug
name: CI

on:
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
args: --release --out dist
sccache: 'true'
manylinux: auto
maturin-version: 'v1.7.1'
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -105,6 +107,7 @@ jobs:
args: --release --out dist
sccache: 'true'
manylinux: musllinux_1_2
maturin-version: 'v1.7.1'
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -162,6 +165,7 @@ jobs:
target: ${{ matrix.platform.target }}
args: --release --out dist
sccache: 'true'
maturin-version: 'v1.7.1'
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -198,6 +202,7 @@ jobs:
target: ${{ matrix.platform.target }}
args: --release --out dist
sccache: 'true'
maturin-version: 'v1.7.1'
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions test_utils/fixtures/pyreport/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Pyreports are only created on Codecov's Linux backend, no need for CRLF
* text eol=lf

0 comments on commit edc0d3e

Please sign in to comment.