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

Add logging support if user wants it #30

Merged
merged 8 commits into from
May 9, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update CI.yaml
  • Loading branch information
baseplate-admin committed May 9, 2024
commit d5fdef2fe09fa577c26abc8ebea00f34e9ca0826
7 changes: 3 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# This file is autogenerated by maturin v1.5.1
# To update, run
#
# maturin generate-ci github
# maturin generate-ci --zig github
#
name: CI

on:
push:
branches:
- main
- master
- '*'
tags:
- '*'
pull_request:
Expand Down Expand Up @@ -45,7 +44,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out dist --find-interpreter --zig
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand Down
Loading