Skip to content

Commit f9dab36

Browse files
authored
remove deprecated param
1 parent 3d49918 commit f9dab36

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:
@@ -98,7 +97,6 @@ jobs:
9897
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
9998
aws_region_name: ${{ vars.AWS_REGION_NAME }}
10099
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
101-
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
102100
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v3
103101
with:
104102
following_version: ${{ env.FOLLOWING_VERSION }}

0 commit comments

Comments
 (0)