Skip to content

Commit

Permalink
BLD: Try cibuildwheel 2.11.4
Browse files Browse the repository at this point in the history
Also cleanup some uneeded/commented stuff.
  • Loading branch information
charris committed Jan 9, 2023
1 parent b4b50d0 commit 1af7025
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,12 @@ jobs:
- name: setup rtools for 32-bit
run: |
echo "PLAT=i686" >> $env:GITHUB_ENV
#echo "MSYSTEM=MINGW32" >> $env:GITHUB_ENV
echo "PATH=$env:RTOOLS40_HOME\mingw32\bin;$env:PATH" >> $env:GITHUB_ENV
gfortran --version
if: ${{ matrix.buildplat[1] == 'win32' }}

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.3
uses: pypa/cibuildwheel@v2.11.4
env:
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}

Expand Down
1 change: 0 additions & 1 deletion numpy/distutils/mingw32ccompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ def _build_import_library_x86():
from numpy.distutils import lib2def

def_name = "python%d%d.def" % tuple(sys.version_info[:2])
os.makedirs(os.path.join(sys.prefix, 'libs'), exist_ok=True)
def_file = os.path.join(sys.prefix, 'libs', def_name)
nm_output = lib2def.getnm(
lib2def.DEFAULT_NM + [lib_file], shell=False)
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/cirrus_general.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build_and_store_wheels: &BUILD_AND_STORE_WHEELS
install_cibuildwheel_script:
- python -m pip install cibuildwheel==2.11.3
- python -m pip install cibuildwheel==2.11.4
cibuildwheel_script:
- cibuildwheel
wheels_artifacts:
Expand Down

0 comments on commit 1af7025

Please sign in to comment.