test_complete.py
9.99 KB
-
Normalize permissions of whl file created during build. (#1020) · a29a456d
`poetry build` creates a whl file using `os.mkstemp`. The file is created with very restrictive permissions. This commit ensures these are normalized before the build starts. Partly addresses https://github.com/sdispater/poetry/issues/671.
boyeah committed