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
2 people authored and raphaelsty committed Jun 1, 2024
1 parent 83bd71c commit 513c572
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 @@ -85,7 +85,7 @@ jobs:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
target: [x86_64, aarch64]
runner: [macos-latest, macos-14]
runner: [macos-latest]
exclude:
- target: aarch64
python-version: ['3.8', '3.9', '3.11', '3.12']
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 513c572

Please sign in to comment.