diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-05-19 09:19:19 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-05-19 09:19:19 -0600 |
commit | b8d775e3d6bc15c8e3baa055c64dd2f714d9891f (patch) | |
tree | e90ced81f1292152d8726a4b7af56f82ca956624 /.github | |
parent | b7e41f53e0c18b401166d02712785ada18c0cd21 (diff) |
enable telemetry
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04d541f..85a0892 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: python-version: "3.9" - name: Package for Windows run: | - pip install pyinstaller pandas xlrd openpyxl Pillow matplotlib sv-ttk ttkwidgets + pip install pyinstaller pandas xlrd openpyxl Pillow matplotlib sv-ttk ttkwidgets sentry-sdk pyinstaller --add-data "assets;assets" --onefile -c --noconfirm --collect-data sv_ttk main.py - uses: actions/upload-artifact@v3 with: |