-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Choose Python version #19
Comments
Potentially you could pass an ARG to the base dockerfile to change the python/pyinstaller version Souce dockerfile that is used by this project: https://hub.docker.com/r/cdrx/pyinstaller-windows |
I'm not too familiar with GitHub workflows; how would one accomplish this? |
I'm confused as well; could you be more specific? Thanks in advance. |
Unfortunately to set the python version through an ARG would include building the new image and pushing it somewhere else (ie, docker hub), so this might be a bit tricky The way official python dockerfiles are to be built for each and every version which is out of the scope of this project |
The potential solution for this might be by running certain steps in bash to implement the different versions of Python: #17 |
Please try this: #34 |
Is there any way to easily specify the python version that will be used by the action ?
The text was updated successfully, but these errors were encountered: