Skip to content

Commit

Permalink
Test uploading and downloading artifacts to publish to PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Oct 29, 2024
1 parent 57f2713 commit d12722a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-pypi-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: wheelhouse/
pattern: *-wheel
pattern: '*-wheel'
merge-multiple: true

- name: Display structure of downloaded files
Expand Down

0 comments on commit d12722a

Please sign in to comment.