diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 7f2a625f..daa4e791 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -18,15 +18,15 @@ jobs: fail-fast: false matrix: include: - - os: windows-latest - python-version: 3.7 - cibw-build: cp37-win_amd64 - - os: windows-latest - python-version: 3.8 - cibw-build: cp38-win_amd64 - - os: windows-latest - python-version: 3.9 - cibw-build: cp39-win_amd64 + # - os: windows-latest + # python-version: 3.7 + # cibw-build: cp37-win_amd64 + # - os: windows-latest + # python-version: 3.8 + # cibw-build: cp38-win_amd64 + # - os: windows-latest + # python-version: 3.9 + # cibw-build: cp39-win_amd64 - os: ubuntu-latest python-version: 3.7 cibw-build: cp37-manylinux_x86_64 diff --git a/mpfmc/_version.py b/mpfmc/_version.py index ed59cb71..f639c599 100644 --- a/mpfmc/_version.py +++ b/mpfmc/_version.py @@ -1,4 +1,4 @@ -__version__ = '0.56.0' +__version__ = '0.56.1' __short_version__ = '0.56' __bcp_version__ = '1.1' __config_version__ = '5'