Skip to content

Commit

Permalink
debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwoods2 committed Jul 20, 2024
1 parent 2b50529 commit 1f51efe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: artifact-whl
path: dist

- uses: actions/download-artifact@v4
with:
name: artifact-sdist
path: dist

- name: Print directory contents
Expand Down

0 comments on commit 1f51efe

Please sign in to comment.