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 b03e530 commit a0485ddCopy full SHA for a0485dd
.github/workflows/scripts/release_osx.sh
@@ -1,10 +1,10 @@
1
#!/bin/sh
2
3
+export MACOSX_DEPLOYMENT_TARGET=10.15
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
-python3 setup.py build bdist_wheel --plat-name macosx_10_14_x86_64 --dist-dir wheel
-
9
-#pip wheel . -w wheel/
+python3 setup.py build bdist_wheel --plat-name macosx_10_15_x86_64 --dist-dir wheel
10
twine upload --skip-existing wheel/*
0 commit comments