diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81f8bfb..b491dd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: astral-sh/setup-uv@v5 - run: uv sync --all-extras - - run: uv run semantic-release version + - run: uv run build - uses: actions/upload-artifact@v4 with: name: python-package-distributions diff --git a/pyproject.toml b/pyproject.toml index 371fb9a..d6c00f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "scikit-sampling" license = "MIT" license-files = ["LICENSE"] readme = "README.md" -version = "0.1.0" +version = "1.0.2" requires-python = ">=3.10" description = "A set of python modules for dataset sampling" authors = [ diff --git a/uv.lock b/uv.lock index bfdb361..623a640 100644 --- a/uv.lock +++ b/uv.lock @@ -920,7 +920,7 @@ wheels = [ [[package]] name = "scikit-sampling" -version = "0.1.0" +version = "1.0.2" source = { editable = "." } dependencies = [ { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },