This commit is contained in:
adamnsandle
2025-08-25 13:39:15 +00:00
parent aa2a66cf46
commit c90e1603c5

View File

@@ -12,7 +12,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8","3.9","3.10","3.11","3.12","3.13"]
#python-version: ["3.8","3.9","3.10","3.11","3.12","3.13"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4
@@ -30,6 +31,9 @@ jobs:
- name: Build package
run: python -m build --wheel --outdir dist
- name: List dist
run: ls -la dist
- name: Install package
run: pip install dist/*.whl