Open bzbrosch opened 1 month ago
sys_platform
and platform_machine
are regular expressions
morgan.windows.ini (on Linux machine):
[env.windows]
os_name = nt
sys_platform = (win|win32)
platform_machine =
# pywin32-308-cp312-cp312-win_arm64.whl
# pywin32-308-cp312-cp312-win_amd64.whl
# pywin32-308-cp312-cp312-win32.whl
platform_python_implementation = CPython
platform_system = Windows
python_version = 3.12
python_full_version = 3.12.7
implementation_name = cpython
[requirements]
pywinauto =
comtypes =
pywin32 =
This pull requests is to enable both Windows and Linux bdists to be downloaded.