Skip to content

Commit

Permalink
remove macos 11 & 12 support from bin dist #1000 (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored Nov 19, 2024
1 parent 1215bc7 commit 8222e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_binary_dist_macos
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ cp dist/icloudpd-$1-macos-amd64 dist/binary_dist/src/icloudpd/icloudpd
cp dist/icloud-$1-macos-amd64 dist/binary_dist/src/icloud/icloud
python3 -m pip wheel dist/binary_dist/ -w dist/binary_dist --no-deps --no-build-isolation

mv -f dist/binary_dist/icloudpd-$1-py2.py3-none-any.whl dist/icloudpd-$1-py2.py3-none-macosx_11_0_x86_64.macosx_11_0_arm64.whl
mv -f dist/binary_dist/icloudpd-$1-py2.py3-none-any.whl dist/icloudpd-$1-py2.py3-none-macosx_13_0_x86_64.macosx_13_0_arm64.whl

0 comments on commit 8222e8e

Please sign in to comment.