Skip to content

Commit 3ef6c5c

Browse files
authored
remove deprecated param
1 parent 1a40f19 commit 3ef6c5c

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
@@ -49,7 +49,6 @@ jobs:
4949
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
5050
aws_region_name: ${{ vars.AWS_REGION_NAME }}
5151
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
52-
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
5352
- uses: mongodb-labs/drivers-github-tools/python-labs/pre-publish@v3
5453
id: pre-publish
5554
with:
@@ -104,7 +103,6 @@ jobs:
104103
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
105104
aws_region_name: ${{ vars.AWS_REGION_NAME }}
106105
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
107-
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
108106
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v3
109107
with:
110108
following_version: ${{ env.FOLLOWING_VERSION }}

0 commit comments

Comments
 (0)