WINDOWS_DRIVE_PATH_RE = re.compile(r"^[A-Za-z]:[\\/]") WSL_MOUNT_PATH_RE = re.compile(r"^/mnt/([A-Za-z])(?:/(.*))?$") ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.