Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
fix: remove debuging ls command
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo committed Jul 11, 2024
1 parent 95bed83 commit 44a1c57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ jobs:
- name: Build and test the package
run: |
python setup.py build_py && python -m build
ls -l dist
pip install dist/*.tar.gz
for file in ./dist/*; do mv "$file" "${file//_/-}"; done
ls -l dist
- name: Extract commit hash
shell: bash
Expand Down

0 comments on commit 44a1c57

Please sign in to comment.