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 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"