From edd0482bedc5a874eb5880324c2fc6dc9a47c1a1 Mon Sep 17 00:00:00 2001 From: Andrew Grigorev Date: Thu, 5 Sep 2024 21:31:40 +0300 Subject: [PATCH] Check files --- .github/workflows/release.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd541a0..70207d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,8 +24,15 @@ jobs: needs: build strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] - os: [ubuntu-latest, macos-latest, windows-latest] + python-version: [ + #"3.7", "3.8", "3.9", "3.10", "3.11", + "3.12", + #"3.13" + ] + os: [ + ubuntu-latest, + #macos-latest, windows-latest + ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 @@ -36,7 +43,7 @@ jobs: uses: actions/download-artifact@v4 - name: Install wheel shell: bash - run: pip install *.whl + run: find && pip install dist/*.whl - name: Make it use package from wheel shell: bash run: rm flask_shell_ipython.py