We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0485dd commit 2b2d813Copy full SHA for 2b2d813
.github/workflows/scripts/release_osx.sh
@@ -1,10 +1,10 @@
1
#!/bin/sh
2
3
-export MACOSX_DEPLOYMENT_TARGET=10.15
+export MACOSX_DEPLOYMENT_TARGET=10.13
4
5
python -m pip install --upgrade pip
6
pip install -r private_set_intersection/python/requirements_dev.txt
7
pip install setuptools wheel twine auditwheel
8
9
-python3 setup.py build bdist_wheel --plat-name macosx_10_15_x86_64 --dist-dir wheel
+python3 setup.py build bdist_wheel --plat-name macosx_10_13_x86_64 --dist-dir wheel
10
twine upload --skip-existing wheel/*
0 commit comments