Skip to content

Commit

Permalink
PYTHON-5017 Fix handling of post-publish step (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Dec 31, 2024
1 parent dcd1624 commit e2e04b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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 }}
Expand Down

0 comments on commit e2e04b9

Please sign in to comment.