Skip to content

Commit 293d507

Browse files
committed
Do not deploy to aws
1 parent 5c56d58 commit 293d507

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)