Are you using a Windows runner? On Thu, Sep 25, 2025 at 4:06 PM Christoph J. Dorner via python-win32 < [email protected]> wrote:
> Dear all, > > after getting around some obstacles I wanted to publish some packages, one > a helper to develop COM objects using pywin32. > When running my GitHub actiona I geht the error > > Installing project in development mode > > <https://github.com/dornech/utils-mystuff/actions/runs/18018475518/job/51269411121#step:4:182>ERROR: > Could not find a version that satisfies the requirement pywin32 (from > utils-mystuff) (from versions: none) > > <https://github.com/dornech/utils-mystuff/actions/runs/18018475518/job/51269411121#step:4:183>ERROR: > No matching distribution found for pywin32 > > <https://github.com/dornech/utils-mystuff/actions/runs/18018475518/job/51269411121#step:4:184>Error: > Process completed with exit code 1. > > Dependency in pyproject.toml is defined as: > > dependencies = [ > "easygui", > "freesimplegui", > "python_dateutil", > "pytz", > "pywin32", > "pymsgbox" > ] > > What's wrong? > > Link to repository: https://github.com/dornech/utils-mystuff > > Regards > Chris > _______________________________________________ > python-win32 mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3//lists/python-win32.python.org > Member address: [email protected] > -- Bob Kline https://www.rksystems.com mailto:[email protected]
_______________________________________________ python-win32 mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-win32.python.org Member address: [email protected]
