From 47fc7a13e136d530a9ce35fdeb9cc9f1bda18e75 Mon Sep 17 00:00:00 2001 From: Doug Turnbull Date: Sun, 27 Oct 2024 11:45:20 -0400 Subject: [PATCH] Rename to 'build wheels' --- .github/workflows/wheels.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 44a6aa8..60b3583 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -1,4 +1,4 @@ -name: Build +name: Build Wheels on: [push, pull_request] @@ -17,7 +17,6 @@ jobs: steps: - uses: actions/checkout@v4 - # Used to host cibuildwheel - uses: actions/setup-python@v5 - name: Install cibuildwheel @@ -30,3 +29,5 @@ jobs: with: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl + + # On tag, upload wheels to PyPI