ls -la dist/
This commit is contained in:
parent
e6989a6464
commit
79206bd665
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue