diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 73d6ea9..9cb571a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -90,33 +90,6 @@ jobs: name: wheels-musllinux-${{ matrix.platform.target }} path: dist - windows: - runs-on: ${{ matrix.platform.runner }} - strategy: - matrix: - platform: - - runner: windows-latest - target: x64 - - runner: windows-latest - target: x86 - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: 3.x - architecture: ${{ matrix.platform.target }} - - name: Build wheels - uses: PyO3/maturin-action@v1 - with: - target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter - sccache: 'true' - - name: Upload wheels - uses: actions/upload-artifact@v4 - with: - name: wheels-windows-${{ matrix.platform.target }} - path: dist - macos: runs-on: ${{ matrix.platform.runner }} strategy: diff --git a/Cargo.toml b/Cargo.toml index d79f2c1..981bfa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grumpy" -version = "1.1.0" +version = "1.1.1" edition = "2021" description = "Genetic analysis in Rust." license-file = "LICENSE"