Skip to content

Commit

Permalink
add script for win
Browse files Browse the repository at this point in the history
  • Loading branch information
GCS-ZHN committed Jan 24, 2023
1 parent 5d420bf commit 2315e55
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build-win-x64.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$py_versions=@("37", "38", "39", "310")

foreach ($version in $py_versions) {
conda activate py$version
pip install build ninja cmake scikit-build -i https://pypi.tuna.tsinghua.edu.cn/simple
python -m build --sdist --wheel --outdir wind-dist -n
conda deactivate
}

0 comments on commit 2315e55

Please sign in to comment.