diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index c1d80bfcc..6823e6f28 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -9,14 +9,14 @@ jobs: strategy: matrix: include: - - os: ubuntu-20.04 - arch: x86_64 - # - os: macos-latest - # arch: arm64 + # - os: ubuntu-20.04 + # arch: x86_64 - os: macos-latest - arch: x86_64 - - os: windows-latest - arch: AMD64 + arch: arm64 + # - os: macos-latest + # arch: x86_64 + # - os: windows-latest + # arch: AMD64 @@ -34,31 +34,31 @@ jobs: with: path: ./wheelhouse/*.whl - build_sdist: - name: Build source distribution - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 + # build_sdist: + # name: Build source distribution + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v3 - - name: Build sdist - shell: bash -l {0} - run: pipx run build --sdist + # - name: Build sdist + # shell: bash -l {0} + # run: pipx run build --sdist - - uses: actions/upload-artifact@v3 - with: - path: dist/*.tar.gz + # - uses: actions/upload-artifact@v3 + # with: + # path: dist/*.tar.gz - upload_pypi: - needs: [build_wheels, build_sdist] - runs-on: ubuntu-latest - steps: - - uses: actions/download-artifact@v3 - with: - name: artifact - path: dist + # upload_pypi: + # needs: [build_wheels, build_sdist] + # runs-on: ubuntu-latest + # steps: + # - uses: actions/download-artifact@v3 + # with: + # name: artifact + # path: dist - - uses: pypa/gh-action-pypi-publish@release/v1 - with: - user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} - verbose: true \ No newline at end of file + # - uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # user: __token__ + # password: ${{ secrets.PYPI_API_TOKEN }} + # verbose: true \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 39aace107..d178aeaee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,10 +18,10 @@ environment = { SCIPOPTDIR="$(pwd)/scip", LD_LIBRARY_PATH="$(pwd)/scip/lib:LD_LI [tool.cibuildwheel.macos] -skip="pp* cp312*" +skip="pp* cp312* cp36* cp37* cp38* cp39* cp310*" before-all = [ "brew install wget zlib gcc", - "wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-macos.zip -O scip.zip", + "wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-macos-arm.zip -O scip.zip", "unzip scip.zip", "mv scip_install src/scip" ]