Skip to content

Commit

Permalink
Make clear what python version is building the wheel from script.
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Sep 24, 2024
1 parent f3e4f80 commit f063e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web3/scripts/release/test_wheel_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

set -e
rm -rf build dist
python --version
python -m build
cd $(mktemp -d)
python -m venv venv-test
Expand Down

0 comments on commit f063e5d

Please sign in to comment.