Skip to content

Commit

Permalink
use new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote authored Oct 23, 2023
1 parent d3e2dd6 commit e66db7e
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Build a source tarball
run: python setup.py sdist
- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.2

- name: Build wheels
uses: RalfG/[email protected]_x86_64
with:
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
build-requirements: 'cython'
run: python -m cibuildwheel --output-dir wheelhouse
- name: Clean linux_x86_64.whl
run: rm dist/*-linux_x86_64.whl
- name: Check build result
Expand Down

0 comments on commit e66db7e

Please sign in to comment.