Skip to content

Commit

Permalink
Rename to 'build wheels'
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaredoug committed Oct 27, 2024
1 parent cf73b51 commit 47fc7a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build Wheels

on: [push, pull_request]

Expand All @@ -17,7 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v4

# Used to host cibuildwheel
- uses: actions/setup-python@v5

- name: Install cibuildwheel
Expand All @@ -30,3 +29,5 @@ jobs:
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

# On tag, upload wheels to PyPI

0 comments on commit 47fc7a1

Please sign in to comment.