Skip to content

Commit

Permalink
ci: add merge step do download packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Nov 16, 2024
1 parent dfc9ffb commit f07517d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,19 @@ jobs:
with:
name: wheels-pp-cross
path: ./wheelhouse/*.whl


merge:
runs-on: ubuntu-latest
needs:
- build-sdist
- build-wheel
- build-cross-wheel
- build-wheel-pypy
- build-cross-wheel-pypy
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: setproctitle-artifacts
delete-merged: true

0 comments on commit f07517d

Please sign in to comment.