Skip to content

Commit

Permalink
Fix dist job where dist_name != package_name (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl authored Jan 25, 2024
2 parents a090630 + 8e8a441 commit c873476
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Test module --version works using the installed wheel
# If more than one module in src/ replace with module name to test
run: python -m $(ls src | head -1) --version
run: python -m $(ls --hide='*.egg-info' src | head -1) --version

container:
needs: [lint, dist, test]
Expand Down

0 comments on commit c873476

Please sign in to comment.