summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-05-15 21:06:12 -0600
committerGitHub <noreply@github.com>2023-05-15 21:06:12 -0600
commit9ccbdb3ea54c9399a46a255035c255f4db4b7530 (patch)
treecee5c7e3af9778c7b887e8a9af21694bbd9669c3
parent53ae699475f3a24b9410c95d610740612302a139 (diff)
Update ci.yml
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9f7d68e..b2066f5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,10 +25,14 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.9"
+ - name: Setup Poetry
+ uses: abatilo/actions-poetry@v2
+ with:
+ poetry-version: 1.1.15
- name: Package for Windows
run: |
poetry install
- ls
+ dir
poetry run pyinstaller --add-data "assets:assets" -w main.py
- uses: actions/upload-artifact@v3
with: