Skip to content

Commit 9415f42

Browse files
committed
version bump and make update
1 parent 6cda605 commit 9415f42

File tree

3 files changed

+4570
-4
lines changed

3 files changed

+4570
-4
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ lint:
2626
check: lint precommit test clean
2727

2828
pypi: clean
29-
python setup.py sdist
30-
python setup.py bdist_wheel --universal
31-
twine upload dist/*
29+
uv build
30+
uv publish

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "scikit-lego"
7-
version = "0.9.7"
7+
version = "0.9.8"
88
description="A collection of lego bricks for scikit-learn pipelines"
99

1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)