Skip to content

Commit

Permalink
[fix]: Fixing error in delvewheel installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed May 13, 2021
1 parent 27b81ea commit 63705fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and upload to PyPI

env:
CIBW_BUILD: cp36-* cp37-* cp38-* ## Only compile this cpython versions
CIBW_BEFORE_BUILD_WINDOWS: pip install delvewheel && delvewheel
CIBW_BEFORE_BUILD_WINDOWS: pip install delvewheel
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}"
# run the package tests using `pytest`
CIBW_BEFORE_TEST: pip install pytest && pip install -r requirements.txt
Expand Down

0 comments on commit 63705fc

Please sign in to comment.