Skip to content

Commit

Permalink
trying windows executable again
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpgill committed Oct 3, 2024
1 parent 2c24853 commit 002feed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-windows-executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ jobs:
pip install pyyaml
pip install argparse
pip install pyinstaller
pip install copy
pip install io
pip install math
pip install pathlib
pip install typing
pip install oauth2client.service_account
pyinstaller --onefile script.py
mkdir -p target/release
mv dist/script.exe target/release
Expand Down

0 comments on commit 002feed

Please sign in to comment.