Skip to content

Commit

Permalink
Finish CI
Browse files Browse the repository at this point in the history
- clean up uploaded artifact names, make more descriptive
- disable PR change causing runs
  • Loading branch information
gnodar01 committed Jul 22, 2024
1 parent c6dfbf0 commit 533caaa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize, ready_for_review, review_requested]
workflow_dispatch:
# for debugging
# pull_request:
# types: [opened, reopened, synchronize, ready_for_review, review_requested]

jobs:
build:
Expand Down Expand Up @@ -102,9 +104,8 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux_image }}


- name: Store artifacts
uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
name: cibw-wheels-cp${{ matrix.python }}-${{ matrix.platform_id }}
path: ./wheelhouse/*.whl

0 comments on commit 533caaa

Please sign in to comment.