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

Commit

Permalink
debug: print folders after build
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo committed Jul 11, 2024
1 parent fd54e15 commit 8aba43a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Build and test the package
run: |
python setup.py build_py && python -m build
ls -l dist
pip install dist/*.tar.gz
- name: Extract commit hash
Expand Down

0 comments on commit 8aba43a

Please sign in to comment.