File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -249,8 +249,6 @@ jobs:
249249
250250 build-python-sdk-macos-py310 :
251251 runs-on : macos-10.15
252- env :
253- COMPILE_GO : True
254252 steps :
255253 - uses : actions/checkout@v2
256254 - name : Setup Python
@@ -272,14 +270,8 @@ jobs:
272270 make install-go-ci-dependencies
273271 make build-ui
274272 - name : Build
275- # Note that the --plat-name macosx-10.15-x86_64 option is necessary to prevent the
276- # binary being built with platform name macosx-10.15-universal2. That issue was
277- # recently introduced due to the setup-python action having an unpinned dependency
278- # on the python-versions action. Specifically, this commit
279- # https://github.com/actions/python-versions/commit/3c5fa6de18d6ab5cde271cccdb9d168471afa6b8
280- # switched builds to use platform macosx-10.15-universal2 for recent Python versions.
281273 run : |
282- python3 setup.py sdist bdist_wheel --plat-name macosx-10.15-x86_64
274+ python3 setup.py sdist bdist_wheel
283275
284276 - uses : actions/upload-artifact@v2
285277 with :
You can’t perform that action at this time.
0 commit comments