Skip to content

Commit

Permalink
Updates to CI recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
johnveitch committed May 18, 2024
1 parent a6e61a6 commit 97bb763
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,9 @@ jobs:
name: Install Python
with:
python-version: '3.x'

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.3.0
- name: Build wheels
run: |
python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v3
uses: pypa/cibuildwheel@v2.18.0
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

Expand All @@ -69,7 +64,7 @@ jobs:
python -m pip install cython numpy setuptools_scm
python setup.py sdist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz

Expand Down

0 comments on commit 97bb763

Please sign in to comment.