Skip to content

Commit 41418f8

Browse files
committed
artifact
1 parent 679e938 commit 41418f8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/windows.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ 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: |
@@ -37,11 +37,13 @@ jobs:
3737
mkdir -p ./artifacts
3838
7z a ccrs-x86_64-pc-windows-msvc.zip ./target/release/ccrs.exe
3939
sha256sum ccrs-x86_64-pc-windows-msvc.zip > ccrs-x86_64-pc-windows-msvc.zip.sha256
40+
mv ./target/wheels/*.whl .
4041
4142
- name: Archive artifact
4243
uses: actions/upload-artifact@v4
4344
with:
4445
name: artifacts-ccrs-x86_64-pc-windows-msvc
4546
path: |
4647
*.zip
47-
*.sha256
48+
*.sha256
49+
*.whl

0 commit comments

Comments
 (0)