Skip to content

Commit 5a1004a

Browse files
committed
Make clear what python version is building the wheel from script.
1 parent 9ce70a4 commit 5a1004a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: web3/scripts/release/test_wheel_install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
set -e
44
rm -rf build dist
5+
python --version
56
python -m build
67
cd $(mktemp -d)
78
python -m venv venv-test

0 commit comments

Comments
 (0)