Skip to content

Commit 679e938

Browse files
committed
test py
1 parent 6bc0312 commit 679e938

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust
1+
name: Basic check
22

33
on:
44
push:

.github/workflows/windows.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,18 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121

22-
- name: Build
23-
run: cargo build --release --verbose
22+
# - name: Build
23+
# run: cargo build --release --verbose
2424

2525
- name: Build Python
2626
run: |
2727
python3 -m pip install maturin
2828
python3 -m maturin build -r
2929
3030
- name: List
31-
run: ls ./target/release
31+
run: |
32+
ls ./target/release
33+
ls ./target/wheels
3234
3335
- name: Move the artifact
3436
run: |

0 commit comments

Comments
 (0)