sayyid5416 / pyinstaller

Customisable GitHub Action to package python scripts into executables for different OS's
MIT License
44 stars 23 forks source link

Will be added support for Pipfile and pyproject.toml in requirements parametr? #25

Open memeLordo opened 2 months ago

memeLordo commented 2 months ago

I faced the problem while working on my project. I use Pipenv to manage my Virtual Environment, and it's a bit frustrating that to create the file via your action package I need to use standard requirements.txt. I tried to set up pipenv dependencies with Git Actions commands, but the system didn't seem to pick up the files as usually pyinstaller command do. Could this option be added in the future?

sayyid5416 commented 1 month ago

I'm currently quite busy and not sure when I'll have the time to work on this. Feel free to create a PR in the meantime if you'd like.