Skip to content

Commit e2e04b9

Browse files
authored
PYTHON-5017 Fix handling of post-publish step (#931)
1 parent dcd1624 commit e2e04b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
aws_region_name: ${{ vars.AWS_REGION_NAME }}
105105
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
106106
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
107-
- uses: mongodb-labs/drivers-github-tools/python/publish@v2
107+
- uses: mongodb-labs/drivers-github-tools/python/post-publish@v2
108108
with:
109109
version: ${{ inputs.version }}
110110
following_version: ${{ inputs.following_version }}

0 commit comments

Comments
 (0)