Skip to content
Snippets Groups Projects

Initial binary wheel setup

Files

+ 7
0
#!/bin/bash
git init
git submodule add https://github.com/LecrisUT/CMakeExtraUtils.git cmake/cmake-extra-utils
git add --all
git commit -m "initial commit" --no-edit
git tag v0.0.1
\ No newline at end of file
Loading