We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54840d commit cc83b88Copy full SHA for cc83b88
.github/workflows/release-python.yml
@@ -47,7 +47,6 @@ jobs:
47
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
48
aws_region_name: ${{ vars.AWS_REGION_NAME }}
49
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
50
- artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
51
- uses: mongodb-labs/drivers-github-tools/python/pre-publish@v3
52
id: pre-publish
53
with:
@@ -109,7 +108,6 @@ jobs:
109
108
110
111
112
113
- uses: mongodb-labs/drivers-github-tools/python/post-publish@v3
114
115
following_version: ${{ env.FOLLOWING_VERSION }}
0 commit comments