mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-04-25 03:34:49 +00:00
chore: use makefile for reference on building sdist and wheels
This commit is contained in:
committed by
Lars Immisch
parent
4f3c299e53
commit
0d6e0e7bb4
14
Makefile
14
Makefile
@@ -1,8 +1,16 @@
|
||||
.PHONY: lint test
|
||||
.PHONY: lint test build_wheels build_sdist build
|
||||
|
||||
lint:
|
||||
uv run --group lint pyright
|
||||
uv run --group lint stubtest
|
||||
uv run --group lint pyright; \
|
||||
uv run --group lint stubtest alsaaudio
|
||||
|
||||
test:
|
||||
uv run tests/test.py
|
||||
|
||||
build_wheels:
|
||||
uvx cibuildwheel==3.1.4
|
||||
|
||||
build_sdist:
|
||||
uv build --sdist
|
||||
|
||||
build: build_sdist build_wheels
|
||||
|
||||
Reference in New Issue
Block a user