PYTHON-5017 Fix post-publish step (#2051)
This commit is contained in:
parent
1f22139323
commit
42df09c4b4
2
.github/workflows/release-python.yml
vendored
2
.github/workflows/release-python.yml
vendored
@ -102,7 +102,7 @@ jobs:
|
||||
aws_region_name: ${{ vars.AWS_REGION_NAME }}
|
||||
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
|
||||
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
|
||||
- uses: mongodb-labs/drivers-github-tools/python/publish@v2
|
||||
- uses: mongodb-labs/drivers-github-tools/python/post-publish@v2
|
||||
with:
|
||||
version: ${{ inputs.version }}
|
||||
following_version: ${{ inputs.following_version }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user