File tree Expand file tree Collapse file tree 3 files changed +4
-32
lines changed Expand file tree Collapse file tree 3 files changed +4
-32
lines changed Original file line number Diff line number Diff line change @@ -114,32 +114,6 @@ jobs:
114114 with :
115115 changed-files : ${{ needs.get-changed-files.outputs.changed-files }}
116116
117- # deploy-python-package:
118- # name: Deploy Python Package
119- # uses: ./.github/workflows/deploy-package-action.yml
120- # if: ${{ inputs.kind == 'release' && success() }}
121- # needs:
122- # - pre-commit
123- # - test
124- # - docs
125- # - build-python-package
126- # - test-fips
127- # secrets:
128- # PYPI_API_TOKEN: "${{ secrets.PYPI_API_TOKEN }}"
129- #
130- # upload-build-artifacts:
131- # name: Deploy Prebuilt Python Builds
132- # if: ${{ inputs.kind == 'release' && success() }}
133- # uses: ./.github/workflows/deploy-build-action.yml
134- # needs:
135- # - build-python-package
136- # - build-native
137- # - verify-native
138- # - test-fips
139- # #- build-cross
140- # with:
141- # version: "${{ needs.build-python-package.outputs.version }}"
142-
143117 deploy-python-package :
144118 name : " Deploy python package"
145119 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2828 - host : aarch64
2929 target : aarch64
3030
31- name : " Python ${{ matrix.version }} Linux ${{ matrix.target }} on ${{ matrix.host }} "
31+ name : " Verify Linux"
3232 runs-on :
3333 - ${{ (contains(matrix.host, 'x86_64') && 'ubuntu-24.04') || 'ubuntu-24.04-arm' }}
3434
7575 retention-days : 5
7676
7777 test_macos_13_x86_64 :
78- name : " Python macOS "
78+ name : " Verify MacOS "
7979
8080 runs-on : macos-13
8181
@@ -128,7 +128,7 @@ jobs:
128128 retention-days : 5
129129
130130 test_macos_13_arm64 :
131- name : " Python macOS "
131+ name : " Verify MacOS (M1) "
132132
133133 runs-on : macos-15
134134
@@ -187,7 +187,7 @@ jobs:
187187
188188
189189 test_windows :
190- name : " Python Windows"
190+ name : " Verify Windows"
191191 runs-on : windows-latest
192192
193193 strategy :
Original file line number Diff line number Diff line change @@ -125,8 +125,6 @@ def get_triplet(machine=None, plat=None):
125125 if ppbt:
126126 env = ppbt.environ(auto_extract=True)
127127 toolchain = pathlib.Path(env["TOOLCHAIN_PATH"])
128- else:
129- print("ppbt package not installed")
130128else:
131129 toolchain = DATA_DIR / "toolchain" / get_triplet()
132130
You can’t perform that action at this time.
0 commit comments