Skip to content

Commit

Permalink
python needs SETUPTOOLS_USE_DISTUTILS=stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Sep 2, 2020
1 parent 465ee2c commit 553f515
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ jobs:
&& delocate-listdeps {wheel}
&& delocate-wheel -v {wheel}
&& cp {wheel} {dest_dir}
CIBW_ENVIRONMENT_WINDOWS: BLSALLOC_SODIUM=1
CIBW_BEFORE_BUILD_WINDOWS: >
python -m pip install --upgrade pip
CIBW_ENVIRONMENT_WINDOWS: "BLSALLOC_SODIUM=1 SETUPTOOLS_USE_DISTUTILS=stdlib"
CIBW_BEFORE_ALL_WINDOWS: >
curl -L https://download.libsodium.org/libsodium/releases/libsodium-1.0.18-stable-msvc.zip > libsodium-1.0.18-stable-msvc.zip
&& 7z x libsodium-1.0.18-stable-msvc.zip
Expand Down

0 comments on commit 553f515

Please sign in to comment.