Skip to content

Commit

Permalink
Add verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Oct 21, 2020
1 parent b0afe4b commit ccc274b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure/scripts/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for PYBIN in "${pys[@]}"; do
echo "Compile $PYBIN"
ls -l /io/dist
"${PYBIN}/pip" install -r /io/dev-requirements.txt
"${PYBIN}/pip" wheel /io/dist/$package_name-*.tar.gz -w wheelhouse/
"${PYBIN}/pip" wheel /io/dist/$package_name-*.tar.gz -w wheelhouse/ -v
done
echo "=============="

Expand Down
4 changes: 3 additions & 1 deletion doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ This changelog *only* contains changes from the *first* pypi release (0.5.4.3) o

Latest Changes:
- **1.1.1 - 2020-10-21**
- **1.1.1_dev0 - 2020-10-20**

- Fixed packaging problem on linux.

- **1.1.0 - 2020-10-13**

- Correct bug resulting in reporting ambiguous overloads when resolving
Expand Down

0 comments on commit ccc274b

Please sign in to comment.