Skip to content

Commit

Permalink
Add log to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Nov 2, 2024
1 parent 25990ef commit 8662d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions auxiliary/cibuildwheel/make-raspberry-pi-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pyenv install --skip-existing $VERSIONS

for VERSION in $VERSIONS
do
echo "Building version: $VERSION"
pyenv local $VERSION
python3 --version
pip3 install build
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = signalflow
version = 0.5.0
version = 0.5.1
author = Daniel Jones
author_email = dan@erase.net
description = SignalFlow is a sound synthesis library designed for clear and concise expression of sonic ideas
Expand Down

0 comments on commit 8662d15

Please sign in to comment.