Skip to content

Commit

Permalink
fix: pip wheel name (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto authored Nov 14, 2023
1 parent 291544c commit 13a7bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if: matrix.target == 'x86_64'
run: |
pip install ezkl-gpu --no-index --find-links dist --force-reinstall
python -c "import ezkl"
python -c "import ezkl-gpu"
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 13a7bdd

Please sign in to comment.