Skip to content

Commit 54185ba

Browse files
committed
test with release
1 parent 2e91d73 commit 54185ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
export LIBBSON_INSTALL_DIR="$(pwd)/libbson"
6262
tox -e build-libbson
6363
echo "LIBBSON_INSTALL_DIR=$LIBBSON_INSTALL_DIR" >> $GITHUB_ENV
64-
- uses: blink1073/drivers-github-tools/python-labs/pre-publish@python-labs
64+
- uses: mongodb-labs/drivers-github-tools/python-labs/pre-publish@v2
6565
id: pre-publish
6666
with:
6767
dry_run: ${{ env.DRY_RUN }}
@@ -117,7 +117,7 @@ jobs:
117117
aws_region_name: ${{ vars.AWS_REGION_NAME }}
118118
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
119119
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
120-
- uses: blink1073/drivers-github-tools/python-labs/post-publish@python-labs
120+
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v2
121121
with:
122122
following_version: ${{ env.FOLLOWING_VERSION }}
123123
product_name: ${{ env.PRODUCT_NAME }}

0 commit comments

Comments
 (0)