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?
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?