Skip to content

Commit a0485dd

Browse files
committed
macos 10.15
1 parent b03e530 commit a0485dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/sh
22

3+
export MACOSX_DEPLOYMENT_TARGET=10.15
4+
35
python -m pip install --upgrade pip
46
pip install -r private_set_intersection/python/requirements_dev.txt
57
pip install setuptools wheel twine auditwheel
68

7-
python3 setup.py build bdist_wheel --plat-name macosx_10_14_x86_64 --dist-dir wheel
8-
9-
#pip wheel . -w wheel/
9+
python3 setup.py build bdist_wheel --plat-name macosx_10_15_x86_64 --dist-dir wheel
1010
twine upload --skip-existing wheel/*

0 commit comments

Comments
 (0)