Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 82faa143 authored by Gaétan Lepage's avatar Gaétan Lepage
Browse files

flake.nix: check build

parent 769c77cd
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,11 @@ ...@@ -34,7 +34,11 @@
program = toString ( program = toString (
pkgs.writeShellScript pkgs.writeShellScript
"build" "build"
"rm -rf dist/* && ${python}/bin/python -m build" ''
rm -rfv dist/*
${python}/bin/python -m build
${python}/bin/python -m twine check dist/*
''
); );
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment