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 2b2d813 commit 196a650Copy full SHA for 196a650
.github/workflows/scripts/release_osx.sh
@@ -1,10 +1,10 @@
1
#!/bin/sh
2
3
-export MACOSX_DEPLOYMENT_TARGET=10.13
+export MACOSX_DEPLOYMENT_TARGET=10.14
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_13_x86_64 --dist-dir wheel
+python3 setup.py build bdist_wheel --plat-name macosx_10_14_x86_64 --dist-dir wheel
10
twine upload --skip-existing wheel/*
0 commit comments