Merge pull request #673 from snakers4/adamnsandle

Adamnsandle
This commit is contained in:
Dimitrii Voronin
2025-08-25 16:56:19 +03:00
committed by GitHub

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