Skip to content

Commit cc83b88

Browse files
authored
remove unused artifactory
1 parent e54840d commit cc83b88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
4848
aws_region_name: ${{ vars.AWS_REGION_NAME }}
4949
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
50-
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
5150
- uses: mongodb-labs/drivers-github-tools/python/pre-publish@v3
5251
id: pre-publish
5352
with:
@@ -109,7 +108,6 @@ jobs:
109108
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
110109
aws_region_name: ${{ vars.AWS_REGION_NAME }}
111110
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
112-
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
113111
- uses: mongodb-labs/drivers-github-tools/python/post-publish@v3
114112
with:
115113
following_version: ${{ env.FOLLOWING_VERSION }}

0 commit comments

Comments
 (0)