Skip to content

Commit

Permalink
Merge pull request #123 from neutrinoceros/fixup_publish_workflow_2
Browse files Browse the repository at this point in the history
REL: fixup publish workflow
  • Loading branch information
brittonsmith authored Dec 15, 2021
2 parents 4278c7d + 339d46f commit fa629f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Build wheels for CPython
uses: pypa/cibuildwheel@v2.3.0
with:
output-dir: dist
env:
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-*"
CIBW_SKIP: "*-musllinux_*" # numpy doesn't have wheels for musllinux so we can't build some quickly and without bloating
Expand All @@ -38,7 +40,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: wheels
path: ./wheelhouse/*.whl
path: ./dist/*.whl

build_sdist:
name: Build source distribution
Expand Down

0 comments on commit fa629f9

Please sign in to comment.