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