Skip to content

Commit

Permalink
chore: on publish only upload prymer wheels (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval authored Sep 20, 2024
1 parent f17564d commit 9c4858a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
python-version: ${{ matrix.python }}

- name: Build wheels
run: pip wheel -w wheelhouse .
run: pip wheel --no-deps -w wheelhouse .

- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: prymer-wheels-${{ matrix.python }}
path: ./wheelhouse/*.whl
path: ./wheelhouse/prymer*.whl
if-no-files-found: error

0 comments on commit 9c4858a

Please sign in to comment.