File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -127,18 +127,18 @@ jobs:
127127 # secrets:
128128 # PYPI_API_TOKEN: "${{ secrets.PYPI_API_TOKEN }}"
129129 #
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 }}"
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 }}"
142142
143143 deploy-python-package :
144144 name : " Deploy python package"
@@ -151,7 +151,6 @@ jobs:
151151 - build-python-package
152152 - test-fips
153153 - verify-native
154- - upload-build-artifacts
155154 steps :
156155 - uses : actions/create-github-app-token@v1
157156 id : app-token
@@ -189,7 +188,6 @@ jobs:
189188 # - build-cross
190189 - test
191190 - docs
192- - upload-build-artifacts
193191 - deploy-python-package
194192 - create-release
195193 steps :
You can’t perform that action at this time.
0 commit comments