From 0d13cd6fd6b75a3cab164fc6346e4fc58f2ac0ef Mon Sep 17 00:00:00 2001 From: gpas-github-bot Date: Mon, 24 Nov 2025 12:40:42 +0000 Subject: [PATCH 1/2] build: actually remove windows wheels --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9cb571a..c1c4154 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -133,7 +133,7 @@ jobs: name: Release runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/')" - needs: [linux, musllinux, windows, macos, sdist] + needs: [linux, musllinux, macos, sdist] steps: - uses: actions/download-artifact@v4 - name: Publish to PyPI From 350540a8d912c94f149e3259f86cd809ee72d3d8 Mon Sep 17 00:00:00 2001 From: gpas-github-bot Date: Mon, 24 Nov 2025 12:42:12 +0000 Subject: [PATCH 2/2] chore: version 1.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 981bfa8..900480a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grumpy" -version = "1.1.1" +version = "1.1.2" edition = "2021" description = "Genetic analysis in Rust." license-file = "LICENSE"