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