Skip to content

Commit

Permalink
Check files
Browse files Browse the repository at this point in the history
  • Loading branch information
ei-grad committed Sep 5, 2024
1 parent c2d3251 commit edd0482
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit edd0482

Please sign in to comment.