We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc0312 commit 679e938Copy full SHA for 679e938
.github/workflows/rust.yml
@@ -1,4 +1,4 @@
1
-name: Rust
+name: Basic check
2
3
on:
4
push:
.github/workflows/windows.yml
@@ -19,16 +19,18 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
22
- - name: Build
23
- run: cargo build --release --verbose
+ # - name: Build
+ # run: cargo build --release --verbose
24
25
- name: Build Python
26
run: |
27
python3 -m pip install maturin
28
python3 -m maturin build -r
29
30
- name: List
31
- run: ls ./target/release
+ run: |
32
+ ls ./target/release
33
+ ls ./target/wheels
34
35
- name: Move the artifact
36
0 commit comments