abatilo / actions-poetry

GitHub Actions for Python projects using poetry
MIT License
427 stars 43 forks source link

fix: remove pycache to aviod further permission error #27

Closed aisensiy closed 4 years ago

aisensiy commented 4 years ago

The __pycache__ files generated during docker build would be a root:root permission which will make the further build error in the host. I have this issue both in the self hosted env and the default github ubuntu container.

github-actions[bot] commented 4 years ago

:tada: This PR is included in version 1.8.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: