Skip to content

Commit bf7deaa

Browse files
committed
ci: make nix build output full error
1 parent d11d964 commit bf7deaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434

3535
- name: "[BUILD] Build wheel"
3636
run: |
37-
nix build .#wheel
37+
nix build -L .#wheel
3838
cp result/*.whl ./
3939
4040
- name: "[BUILD] Build sdist"
4141
run: |
42-
nix build .#sdist
42+
nix build -L .#sdist
4343
cp result/*.tar.gz ./
4444
4545
- name: "[VERIFY] List built artifacts"

0 commit comments

Comments
 (0)