Skip to content

Commit b34ad13

Browse files
ci: Disable Go for Python 3.10 release (#2858)
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent 791cd19 commit b34ad13

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)