Skip to content

Commit b3bc1c8

Browse files
committed
build system fixes
1 parent e89d8c5 commit b3bc1c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,14 @@ jobs:
228228
steps:
229229
- uses: actions/checkout@v2
230230
- name: Build Python manylinux2014-x86_64 wheels
231-
uses: penguinolog/python-wheels-manylinux-build@19.10.2021-manylinux2014_x86_64
231+
uses: penguinolog/python-wheels-manylinux-build@08.06.2022-manylinux2014_x86_64
232232
with:
233233
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310'
234234
build-requirements: 'cython'
235235
build-executable: 'python'
236236
build-command: 'setup.py bdist_wheel clean'
237237
- name: Build Python manylinux2014-x86_64 wheels
238-
uses: penguinolog/python-wheels-manylinux-build@19.10.2021-manylinux2014_i686
238+
uses: penguinolog/python-wheels-manylinux-build@08.06.2022-manylinux2014_i686
239239
with:
240240
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310'
241241
build-requirements: 'cython'

tools/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -e -o pipefail
3-
PYTHON_VERSIONS="cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310"
3+
PYTHON_VERSIONS="cp38-cp38 cp39-cp39 cp310-cp310"
44

55
# Avoid creation of __pycache__/*.py[c|o]
66
export PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)