diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8c71047..910d2a3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels-linux-${{ matrix.target }}-py${{ matrix.python-version }}-${{ github.job }} + name: wheels-linux-${{ matrix.target }}-py${{ matrix.python-version }}-${{ github.run_id }} path: dist windows: @@ -76,7 +76,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels-windows-${{ matrix.target }}-py${{ matrix.python-version }}-${{ github.job }} + name: wheels-windows-${{ matrix.target }}-py${{ matrix.python-version }}-${{ github.run_id }} path: dist macos: @@ -103,7 +103,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels-macos-${{ matrix.target }}-py${{ matrix.python-version }}-${{ github.job }} + name: wheels-macos-${{ matrix.target }}-py${{ matrix.python-version }}-${{ github.run_id }} path: dist sdist: @@ -118,7 +118,7 @@ jobs: - name: Upload sdist uses: actions/upload-artifact@v4 with: - name: wheels-sdist-${{ github.job }} + name: wheels-sdist-${{ github.run_id }} path: dist release: