Normalize permissions of whl file created during build. (#1020)
`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.
Showing
Please
register
or
sign in
to comment