Skip to content

Commit

Permalink
Remove T flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kratman committed Jun 25, 2024
1 parent 139776e commit d8745c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
merge-multiple: true

- name: Sanity check downloaded artifacts
run: ls -lTa artifacts/
run: ls -lA artifacts/

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

0 comments on commit d8745c8

Please sign in to comment.