Skip to content

Commit

Permalink
It's dist not build.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Aug 16, 2024
1 parent f4f7553 commit 844a084
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
- name: install
shell: bash
run: |
python -m build .
pip install build/*.whl
pip install dist/*.whl
do_thing -h
Expand Down

0 comments on commit 844a084

Please sign in to comment.