We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab42b48 commit d5220b1Copy full SHA for d5220b1
tools/build_scripts/release.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
3
set -e # fail and exit on any command erroring
4
+set -x
5
6
TF_VERSION="2.9.0"
7
@@ -40,7 +41,7 @@ echo "Running tests..."
40
41
pip install dist/*.whl
42
pip install scann
43
pip install pytest
-py.test -v .
44
+python -m pytest -v .
45
46
# Publish to PyPI
47
read -p "Publish? (y/n) " -r
0 commit comments