We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cda605 commit 9415f42Copy full SHA for 9415f42
Makefile
@@ -26,6 +26,5 @@ lint:
26
check: lint precommit test clean
27
28
pypi: clean
29
- python setup.py sdist
30
- python setup.py bdist_wheel --universal
31
- twine upload dist/*
+ uv build
+ uv publish
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "scikit-lego"
7
-version = "0.9.7"
+version = "0.9.8"
8
description="A collection of lego bricks for scikit-learn pipelines"
9
10
license = {file = "LICENSE"}
0 commit comments