Skip to content

Commit

Permalink
update-ci-distribution
Browse files Browse the repository at this point in the history
Co-authored-by: AdilZouitine <[email protected]>
  • Loading branch information
Raphael Sourty and AdilZouitine committed Jun 1, 2024
1 parent 83bd71c commit ddd5303
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit ddd5303

Please sign in to comment.