Skip to content

Commit

Permalink
remove path input to merge step
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Mar 27, 2024
1 parent 3a8e9fa commit 3fee675
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,9 @@ jobs:
uses: actions/upload-artifact/merge@v4
with:
name: python-package-distributions-all
path: dist/
pattern: python-package-distributions-*

- name: List files
run: |
pwd
ls -hog dist
ls -hog

0 comments on commit 3fee675

Please sign in to comment.