Merge pull request #47 from alexrudd2/patch-1

Remove references to deleted branch
This commit is contained in:
Jack McKew 2024-04-12 09:07:24 +10:00 committed by GitHub
commit 87e5d76c3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 11 deletions

View File

@ -74,14 +74,3 @@ If you get this error: `OSError: [WinError 123] Invalid name: '/tmp\\*'`, ensure
## Sources
A big thank you to all the contributors over at <https://github.com/cdrx/docker-pyinstaller>, this action is just a modified version of their docker container, thank you!
## Python 3.10
If you are running into problems, please try using the branch `python3-10-pyinstaller-5-3`:
``` yaml
- name: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
with:
path: src
```