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 e4eef42 commit 8838015
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 @@ -162,3 +162,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 8838015

Please sign in to comment.