Skip to content

Commit

Permalink
fix: download all artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 26, 2025
1 parent e0501e9 commit 5741400
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_for_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ jobs:
steps:
- name: Download all the dists
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
- name: Display all files in dist/
run: |
ls -al dist/
Expand Down

0 comments on commit 5741400

Please sign in to comment.