RalfG / python-wheels-manylinux-build

GitHub Action to build Python manylinux wheels
https://github.com/marketplace/actions/python-wheels-manylinux-build
Apache License 2.0
92 stars 44 forks source link

Avoid warnings by using --no-cache-dir with pip #3

Closed legoktm closed 4 years ago

legoktm commented 4 years ago

This should avoid warnings like: WARNING: The directory '/github/home/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory.

I saw this used by one of the official pypa docker images: https://github.com/pypa/gh-action-pypi-publish/blob/master/Dockerfile