Skip to content

Commit

Permalink
ECC-1972: support for Windows binary wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Nov 20, 2024
1 parent 72e3e90 commit 4705b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/wheel-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -eaux
pip install wheel setuptools

rm -fr dist wheelhouse ecmwflibs.egg-info build
python setup.py bdist_wheel
python setup.py --binary-wheel bdist_wheel
mv dist wheelhouse

ls -l wheelhouse

0 comments on commit 4705b0d

Please sign in to comment.