From eb4937955c08740d24f81c9e9fc5d46aa5f17b84 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 30 Apr 2024 13:37:12 -0500 Subject: [PATCH] PYTHON-4420 Fix GitHub Actions publish job --- .github/workflows/release-python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index c17d4046e9..4956aa385e 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -136,7 +136,7 @@ jobs: find . -type d -empty -delete - uses: actions/upload-artifact@v4 with: - name: all-dist-${{ github.job }} + name: all-dist-${{ github.run_id }} path: "./*" publish: @@ -151,7 +151,7 @@ jobs: - name: Download all the dists uses: actions/download-artifact@v4 with: - name: all-dist-${{ github.job }} + name: all-dist-${{ github.run_id }} path: dist/ - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1