Skip to content

Commit

Permalink
Make dist name more generic, since now lowercase.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Oct 18, 2024
1 parent 7eb7392 commit a9b1706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: |
python setup.py sdist
ls -l dist
tar tvfz dist/TreeCorr-*.tar.gz
tar tvfz dist/*.tar.gz
- name: Copy wheels
run: |
Expand Down

0 comments on commit a9b1706

Please sign in to comment.