fix: small errors while testing

This commit is contained in:
2024-04-10 13:47:35 +02:00
parent 40b0ff6f7b
commit b79ba349ce
4 changed files with 13 additions and 8 deletions

8
build
View File

@@ -25,11 +25,11 @@ shift $((OPTIND -1))
# install dev dependencies
echo "installing dev dependencies..."
sudo python3 -m pip install -r requirements-dev.txt
python3 -m pip install -r requirements-dev.txt
hatch version ${version_bump}
git add "music_kraken/__init__.py"
git commit -m "bump: ${version_bump}"
# hatch version ${version_bump}
# git add "music_kraken/__init__.py"
# git commit -m "bump: ${version_bump}"
# build the wheels
python3 -m build