Skip to content

Commit

Permalink
Avoid install fail (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek authored Dec 19, 2024
1 parent 5a23cfd commit 2d403d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
python -m build
twine check dist/*
# dbg
cd dist
find . -name "*.whl" -exec unzip {} +
find . -name METADATA -type f -exec cat --number {} +
find dist -name "*.whl" -exec unzip -d dbg {} +
find dbg -name METADATA -type f -exec cat --number {} +
- name: Publish
if: ${{ 'release' == github.event_name }}
Expand Down

0 comments on commit 2d403d7

Please sign in to comment.