ls -la dist/

This commit is contained in:
Kyle Altendorf 2024-03-12 20:32:34 -04:00
parent e6989a6464
commit 79206bd665
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -238,6 +238,10 @@ jobs:
pattern: wheel-*
path: dist/
- name: List all artifacts
run: |
ls -la dist/
- name: Publish distribution to PyPI
# TODO: identify the desired condition
if: false