Skip to content

Commit 7dabe4a

Browse files
WIP Fri 4 Jun 2021 18:18:20 AWST
1 parent bc3b110 commit 7dabe4a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
python-version: '3.x'
1010
architecture: 'x64'
11-
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-python@v2
14-
- run: python3 --version
15-
- run: pip install --upgrade pip
16-
- run: pip install --upgrade pyinstaller
17-
- run: pip install -r requirements.txt
18-
- run: pyinstaller --name aws-auto-inventory --clean --onefile --hidden-import cmath --log-level=DEBUG cli.py
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: actions/setup-python@v2
14+
- run: python3 --version
15+
- run: pip install --upgrade pip
16+
- run: pip install --upgrade pyinstaller
17+
- run: pip install -r requirements.txt
18+
- run: pyinstaller --name aws-auto-inventory --clean --onefile --hidden-import cmath --log-level=DEBUG cli.py

0 commit comments

Comments
 (0)