@@ -41,14 +41,14 @@ jobs:
41
41
python -m pip install -U setuptools
42
42
python -m pip install awscli
43
43
# macOS build
44
- curl -o macOS-artefact.tar.gz -L https://github.com/beeware/Python-Apple-support/releases/download/${{ steps.build-vars.output .TAG }}/Python-${{ steps.build-vars.output .PY_VERSION }}-macOS-support.${{ steps.build-vars.output .BUILD_NUMBER }}.tar.gz
45
- aws s3 cp macOS-artefact.tar.gz s3://briefcase-support/python/${{ steps.build-vars.output .PY_VERSION }}/macOS/Python-${{ steps.build-vars.output .PY_VERSION }}-macOS-support.${{ steps.build-vars.output .BUILD_NUMBER }}.tar.gz
44
+ curl -o macOS-artefact.tar.gz -L https://github.com/beeware/Python-Apple-support/releases/download/${{ steps.build-vars.outputs .TAG }}/Python-${{ steps.build-vars.outputs .PY_VERSION }}-macOS-support.${{ steps.build-vars.outputs .BUILD_NUMBER }}.tar.gz
45
+ aws s3 cp macOS-artefact.tar.gz s3://briefcase-support/python/${{ steps.build-vars.outputs .PY_VERSION }}/macOS/Python-${{ steps.build-vars.outputs .PY_VERSION }}-macOS-support.${{ steps.build-vars.outputs .BUILD_NUMBER }}.tar.gz
46
46
# iOS build
47
- curl -o iOS-artefact.tar.gz -L https://github.com/beeware/Python-Apple-support/releases/download/${{ steps.build-vars.output .TAG }}/Python-${{ steps.build-vars.output .PY_VERSION }}-iOS-support.${{ steps.build-vars.output .BUILD_NUMBER }}.tar.gz
48
- aws s3 cp iOS-artefact.tar.gz s3://briefcase-support/python/${{ steps.build-vars.output .PY_VERSION }}/iOS/Python-${{ steps.build-vars.output .PY_VERSION }}-iOS-support.${{ steps.build-vars.output .BUILD_NUMBER }}.tar.gz
47
+ curl -o iOS-artefact.tar.gz -L https://github.com/beeware/Python-Apple-support/releases/download/${{ steps.build-vars.outputs .TAG }}/Python-${{ steps.build-vars.outputs .PY_VERSION }}-iOS-support.${{ steps.build-vars.outputs .BUILD_NUMBER }}.tar.gz
48
+ aws s3 cp iOS-artefact.tar.gz s3://briefcase-support/python/${{ steps.build-vars.outputs .PY_VERSION }}/iOS/Python-${{ steps.build-vars.outputs .PY_VERSION }}-iOS-support.${{ steps.build-vars.outputs .BUILD_NUMBER }}.tar.gz
49
49
# tvOS build
50
- curl -o tvOS-artefact.tar.gz -L https://github.com/beeware/Python-Apple-support/releases/download/${{ steps.build-vars.output .TAG }}/Python-${{ steps.build-vars.output .PY_VERSION }}-tvOS-support.${{ steps.build-vars.output .BUILD_NUMBER }}.tar.gz
51
- aws s3 cp tvOS-artefact.tar.gz s3://briefcase-support/python/${{ steps.build-vars.output .PY_VERSION }}/tvOS/Python-${{ steps.build-vars.output .PY_VERSION }}-tvOS-support.${{ steps.build-vars.output .BUILD_NUMBER }}.tar.gz
50
+ curl -o tvOS-artefact.tar.gz -L https://github.com/beeware/Python-Apple-support/releases/download/${{ steps.build-vars.outputs .TAG }}/Python-${{ steps.build-vars.outputs .PY_VERSION }}-tvOS-support.${{ steps.build-vars.outputs .BUILD_NUMBER }}.tar.gz
51
+ aws s3 cp tvOS-artefact.tar.gz s3://briefcase-support/python/${{ steps.build-vars.outputs .PY_VERSION }}/tvOS/Python-${{ steps.build-vars.outputs .PY_VERSION }}-tvOS-support.${{ steps.build-vars.outputs .BUILD_NUMBER }}.tar.gz
52
52
# watchOS build
53
- curl -o watchOS-artefact.tar.gz -L https://github.com/beeware/Python-Apple-support/releases/download/${{ steps.build-vars.output .TAG }}/Python-${{ steps.build-vars.output .PY_VERSION }}-watchOS-support.${{ steps.build-vars.output .BUILD_NUMBER }}.tar.gz
54
- aws s3 cp watchOS-artefact.tar.gz s3://briefcase-support/python/${{ steps.build-vars.output .PY_VERSION }}/watchOS/Python-${{ steps.build-vars.output .PY_VERSION }}-watchOS-support.${{ steps.build-vars.output .BUILD_NUMBER }}.tar.gz
53
+ curl -o watchOS-artefact.tar.gz -L https://github.com/beeware/Python-Apple-support/releases/download/${{ steps.build-vars.outputs .TAG }}/Python-${{ steps.build-vars.outputs .PY_VERSION }}-watchOS-support.${{ steps.build-vars.outputs .BUILD_NUMBER }}.tar.gz
54
+ aws s3 cp watchOS-artefact.tar.gz s3://briefcase-support/python/${{ steps.build-vars.outputs .PY_VERSION }}/watchOS/Python-${{ steps.build-vars.outputs .PY_VERSION }}-watchOS-support.${{ steps.build-vars.outputs .BUILD_NUMBER }}.tar.gz
0 commit comments