Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get maturin ci passing completely #56

Merged
merged 1 commit into from
Sep 26, 2024
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
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
Loading