fix: small errors while testing
This commit is contained in:
8
build
8
build
@@ -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
|
||||
|
Reference in New Issue
Block a user