This commit is contained in:
adamnsandle
2025-08-25 13:55:24 +00:00
parent 8ca8cf7d9b
commit 931eddfdab

View File

@@ -26,14 +26,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build hatchling pytest
pip install build hatchling pytest soundfile
- 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