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

Commit

Permalink
fix: replace _ with - after building the package
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo committed Jul 11, 2024
1 parent 8aba43a commit 95bed83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
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 95bed83

Please sign in to comment.