diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d75ef8..fe1f16f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,10 +20,6 @@ jobs: run: | python -m pip install --upgrade pip pip install build twine pillow -# - name: Install Ubuntu dependencies -# run: | -# sudo apt-get update -# sudo apt-get install -y libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libhdf5-dev ccache - name: Build sdist run: python -m build --sdist - name: Check the package @@ -47,10 +43,6 @@ jobs: with: name: cibw-sdist path: dist - # - name: Install Ubuntu dependencies - # run: | - # sudo apt-get update - # sudo apt-get install -y libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libhdf5-dev ccache - name: Install from sdist run: pip install "$(ls dist/freesas-*.tar.gz)" - name: Run tests @@ -102,8 +94,8 @@ jobs: # cibw_archs: "aarch64" # - os: ubuntu-20.04 # cibw_archs: "ppc64le" - # - os: windows-2022 - # cibw_archs: "auto64" + - os: windows-2022 + cibw_archs: "auto64" - os: macos-12 cibw_archs: "x86_64" macos_target: "10.9"