Skip to content

Commit

Permalink
purge cache to make sure newly uploaded aim-ui is available from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mahnerak authored Apr 25, 2024
1 parent 96f674d commit 96f9911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aim/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.19.4.dev10
3.19.4.dev11
3 changes: 1 addition & 2 deletions docker/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ set -e

cd /opt/aim

echo "build python wheels"

export PATH=/opt/python/${PYTHON_VERSION}/bin:$PATH
python -m pip cache purge
echo "build wheels for ${PYTHON_VERSION}"
python -m pip install build
python -m build
Expand Down

0 comments on commit 96f9911

Please sign in to comment.