Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Aug 31, 2024
1 parent 98cf4bf commit ca336b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: all install test wheel sdist

PYTHON ?= python

all:
Expand All @@ -11,3 +13,7 @@ test:

wheel:
$(PYTHON) -m maturin build -r

sdist:
rm -f target/wheels/oxli-*.tar.gz
$(PYTHON) -m maturin sdist

0 comments on commit ca336b1

Please sign in to comment.