From 7e5945e0c40766a6a991452732153ff0733a8255 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 30 Apr 2024 14:04:35 -0500 Subject: [PATCH] PYTHON-4420 Fix GitHub Actions publish job (#1626) --- .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 c17d4046e..4956aa385 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