Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ jobs:

build-python-sdk-macos-py310:
runs-on: macos-10.15
env:
COMPILE_GO: True
steps:
- uses: actions/checkout@v2
- name: Setup Python
Expand All @@ -272,14 +270,8 @@ jobs:
make install-go-ci-dependencies
make build-ui
- name: Build
# Note that the --plat-name macosx-10.15-x86_64 option is necessary to prevent the
# binary being built with platform name macosx-10.15-universal2. That issue was
# recently introduced due to the setup-python action having an unpinned dependency
# on the python-versions action. Specifically, this commit
# https://github.com/actions/python-versions/commit/3c5fa6de18d6ab5cde271cccdb9d168471afa6b8
# switched builds to use platform macosx-10.15-universal2 for recent Python versions.
run: |
python3 setup.py sdist bdist_wheel --plat-name macosx-10.15-x86_64
python3 setup.py sdist bdist_wheel

- uses: actions/upload-artifact@v2
with:
Expand Down