Skip to content

Commit

Permalink
Merge branch 'v3.0-alpha'
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvdb committed Nov 20, 2024
2 parents dae66dd + c1fe6ee commit f153dab
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,41 +32,9 @@ jobs:
with:
path: ./wheelhouse/*.whl

build_musl_wheels:
name: Build wheels on musl linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD: "*musllinux*"
CIBW_SKIP: cp36* pp*

- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

build_macosx_wheels:
name: Build wheels on macosx
runs-on: macos-latest
steps:
- uses: actions/checkout@v3

- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD: "*macosx*"
CIBW_SKIP: cp36* pp*

- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

build_sdist:
name: Build sdist and upload to PyPI
needs: [build_linux_wheels, build_musl_wheels, build_macosx_wheels]
needs: build_linux_wheels
# Just need to build sdist on a single machine
runs-on: ubuntu-latest

Expand Down

0 comments on commit f153dab

Please sign in to comment.