Skip to content

Commit

Permalink
Correct wheel filename
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed May 11, 2024
1 parent 7e96056 commit 7757f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Install wheels
run: |
python -m pip install wheelhouse/pikepdf*py38*.whl
python -m pip install "wheelhouse/pikepdf*cp38*macos*x86_64.whl" # cp38 must match python-version
python -c "import pikepdf; print(pikepdf.__version__)"
wheels_windows:
Expand Down

0 comments on commit 7757f4b

Please sign in to comment.