Skip to content

Commit 93afab1

Browse files
authored
revert abi3 wheels, which did not work (#393)
1 parent f38809e commit 93afab1

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,18 +143,6 @@ jobs:
143143
if: runner.os == 'Linux' && matrix.arch != 'auto'
144144
with:
145145
platforms: all
146-
- name: Build binary wheels
147-
uses: pypa/[email protected]
148-
with:
149-
output-dir: wheelhouse
150-
config-file: pyproject.toml
151-
env:
152-
CIBW_SKIP: ${{ matrix.cibw_skip }}
153-
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
154-
CIBW_ENVIRONMENT: PYTHONUTF8=1
155-
PYTHONUTF8: '1'
156-
CIBW_CONFIG_SETTINGS: --build-option=--py-limited-api=cp38
157-
CIBW_BUILD: cp38-*
158146
- name: Build binary wheels
159147
uses: pypa/[email protected]
160148
with:

CHANGELOG.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Changes
44
5.0.1
55
~~~~~
66
* FIX: ref-count leaks #372
7-
* ENH: Add support for building ABI3 wheels
87
* FIX: mitigate speed regressions introduced in 5.0.0
98
* ENH: Added capability to combine profiling data both programmatically (``LineStats.__add__()``) and via the CLI (``python -m line_profiler``) (#380, originally proposed in #219)
109
* FIX: search function in online documentation

build_wheels.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,5 @@ if ! which cibuildwheel ; then
1818
exit 1
1919
fi
2020

21-
22-
# Build ABI3 wheels
23-
CIBW_CONFIG_SETTINGS="--build-option=--py-limited-api=cp38" CIBW_BUILD="cp38-*" cibuildwheel --config-file pyproject.toml --platform linux --archs x86_64
24-
2521
# Build version-pinned wheels
2622
cibuildwheel --config-file pyproject.toml --platform linux --archs x86_64

0 commit comments

Comments
 (0)