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 91fc55a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
# - 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:
release:
types:
- created
pull_request:

permissions:
contents: read
Expand Down Expand Up @@ -44,6 +46,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 +108,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 +166,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 +203,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 91fc55a

Please sign in to comment.