Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Oct 1, 2024
1 parent dffa0cd commit 6285bdf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/wheels-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,19 @@ jobs:
python-version: "3.10"
env:
USER: tvorogme

- name: Merge coverage
uses: actions/upload-artifact/merge@v4
if: always()
with:
name: python-package-distributions-${{ github.run_id }}
pattern: python-package-distributions-${{ github.run_id }}-*
delete-merged: true

- name: Download all the dists
uses: actions/download-artifact@v4
with:
name: python-package-distributions-${{ github.run_id }}-*
name: python-package-distributions-${{ github.run_id }}
path: dist/

- name: Install deps
Expand Down

0 comments on commit 6285bdf

Please sign in to comment.