We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11d964 commit bf7deaaCopy full SHA for bf7deaa
.github/workflows/cd-publish.yml
@@ -34,12 +34,12 @@ jobs:
34
35
- name: "[BUILD] Build wheel"
36
run: |
37
- nix build .#wheel
+ nix build -L .#wheel
38
cp result/*.whl ./
39
40
- name: "[BUILD] Build sdist"
41
42
- nix build .#sdist
+ nix build -L .#sdist
43
cp result/*.tar.gz ./
44
45
- name: "[VERIFY] List built artifacts"
0 commit comments