Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Jul 7, 2024
1 parent 3a24dd3 commit e31d970
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Build wheels
run: pip wheel . --wheel-dir wheelhouse

- name: List wheelhouse contents before uploading
run: ls -R wheelhouse

- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -47,8 +50,7 @@ jobs:

steps:
- name: List available artifacts
run: |
echo "Available artifacts: $(ls -1 /home/runner/work/ttsmms/ttsmms)"
run: ls -1

- name: Download wheels for linux
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -106,8 +108,7 @@ jobs:
python-version: '3.10'

- name: List available artifacts
run: |
echo "Available artifacts: $(ls -1 /home/runner/work/ttsmms/ttsmms)"
run: ls -1

- name: Download wheels for linux
uses: actions/download-artifact@v3
Expand Down

0 comments on commit e31d970

Please sign in to comment.