Skip to content

Commit

Permalink
build: build scripts update
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Apr 25, 2023
1 parent 5b09879 commit fd6a5be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/utils/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ $python_versions.Split(" ") | ForEach {
}
}
}
pytest -vvx
If($action -ne "tools") {
# no sdist on Windows
pytest -vvx
}
1 change: 1 addition & 0 deletions ci/utils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ do
fi
done
if [[ $1 != tools ]]; then
# build sdist on Linux
python -m build --no-isolation --sdist --outdir dist
pytest -vvx
fi

0 comments on commit fd6a5be

Please sign in to comment.