Skip to content

Commit 3dd4463

Browse files
authored
remove deprecated params
1 parent 1d7b77c commit 3dd4463

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
@@ -46,7 +46,6 @@ jobs:
4646
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
4747
aws_region_name: ${{ vars.AWS_REGION_NAME }}
4848
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
49-
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
5049
- uses: mongodb-labs/drivers-github-tools/python/pre-publish@v3
5150
id: pre-publish
5251
with:
@@ -115,7 +114,6 @@ jobs:
115114
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
116115
aws_region_name: ${{ vars.AWS_REGION_NAME }}
117116
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
118-
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
119117
- uses: mongodb-labs/drivers-github-tools/python/post-publish@v3
120118
with:
121119
following_version: ${{ env.FOLLOWING_VERSION }}

0 commit comments

Comments
 (0)