diff --git a/Cargo.lock b/Cargo.lock index 562485c..0c7f3be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -566,7 +566,7 @@ dependencies = [ [[package]] name = "oxli" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "pyo3", diff --git a/Makefile b/Makefile index 4c93234..b339d81 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY: all install test wheel sdist + PYTHON ?= python all: @@ -11,3 +13,7 @@ test: wheel: $(PYTHON) -m maturin build -r + +sdist: + rm -f target/wheels/oxli-*.tar.gz + $(PYTHON) -m maturin sdist