Skip to content

Commit

Permalink
WIP Fri 4 Jun 2021 18:18:20 AWST
Browse files Browse the repository at this point in the history
  • Loading branch information
valter-silva-au committed Jun 4, 2021
1 parent bc3b110 commit 7dabe4a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: '3.x'
architecture: 'x64'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: python3 --version
- run: pip install --upgrade pip
- run: pip install --upgrade pyinstaller
- run: pip install -r requirements.txt
- run: pyinstaller --name aws-auto-inventory --clean --onefile --hidden-import cmath --log-level=DEBUG cli.py
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: python3 --version
- run: pip install --upgrade pip
- run: pip install --upgrade pyinstaller
- run: pip install -r requirements.txt
- run: pyinstaller --name aws-auto-inventory --clean --onefile --hidden-import cmath --log-level=DEBUG cli.py

0 comments on commit 7dabe4a

Please sign in to comment.