Skip to content

Commit

Permalink
Use the wheel command to make wheels; setup.py bdist_wheel is now bro…
Browse files Browse the repository at this point in the history
…ken.
  • Loading branch information
jamadden committed Jun 11, 2024
1 parent 086564a commit 142a839
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ jobs:
exclude:
- os: macos-latest
python-version: pypy-3.10
- os: macos-latest
python-version: "3.8"
- os: macos-latest
python-version: "3.9"

- os: ubuntu-latest
python-version: pypy-3.10
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions scripts/releases/make-manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ if [ -d /io -a -d /opt/python ]; then
git clone /io io
cd io
$variant/bin/pip install -U pip
$variant/bin/pip install -U 'cython>=3.0.10' setuptools
PATH=$variant/bin:$PATH $variant/bin/python setup.py bdist_wheel
$variant/bin/pip install -U 'cython>=3.0.10' setuptools wheel
PATH=$variant/bin:$PATH $variant/bin/python -m pip wheel --wheel-dir ./dist .
auditwheel show dist/*.whl
auditwheel repair dist/*.whl
cp wheelhouse/*.whl /io/wheelhouse
Expand Down

0 comments on commit 142a839

Please sign in to comment.