We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa35330 commit 94f7cd9Copy full SHA for 94f7cd9
.github/workflows/release-python.yml
@@ -52,7 +52,6 @@ jobs:
52
- uses: mongodb-labs/drivers-github-tools/python/pre-publish@v2
53
id: pre-publish
54
with:
55
- version: ${{ env.VERSION }}
56
dry_run: ${{ env.DRY_RUN }}
57
58
build-dist:
@@ -114,7 +113,6 @@ jobs:
114
113
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
115
- uses: mongodb-labs/drivers-github-tools/python/post-publish@v2
116
117
118
following_version: ${{ env.FOLLOWING_VERSION }}
119
product_name: ${{ env.PRODUCT_NAME }}
120
evergreen_project: ${{ env.EVERGREEN_PROJECT }}
0 commit comments