Skip to content

Commit d8745c8

Browse files
authored
Remove T flag
1 parent 139776e commit d8745c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
merge-multiple: true
306306

307307
- name: Sanity check downloaded artifacts
308-
run: ls -lTa artifacts/
308+
run: ls -lA artifacts/
309309

310310
- name: Publish to PyPI
311311
if: github.event.inputs.target == 'pypi' || github.event_name == 'release'

0 commit comments

Comments
 (0)