Skip to content

Commit

Permalink
[ci] update download-artifact to use pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Feb 13, 2025
1 parent c86d0a0 commit 0fa0605
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ jobs:
- name: Download mcx
uses: actions/download-artifact@v4
with:
name: all-mcxlab-packages-*
pattern: all-mcxlab-packages-*
merge-multiple: true
path: packages
- name: Create all-in-one octave mcxlab
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build_macos_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Prepare Wheels for Upload
uses: actions/upload-artifact@v4
with:
name: macos-wheels
name: macos-wheels-${{ matrix.python_version }}
path: dist/

upload_macos_wheels:
Expand All @@ -80,7 +80,8 @@ jobs:
- name: Download Wheels from Build Job
uses: actions/download-artifact@v4
with:
name: macos-wheels
pattern: macos-wheels-*
merge-multiple: true
path: dist/
- name: Upload packages to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build_windows_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Prepare Wheels for Upload
uses: actions/upload-artifact@v4
with:
name: windows-wheels
name: windows-wheels-${{ matrix.python_version }}
path: dist/

upload_windows_wheels:
Expand All @@ -79,7 +79,8 @@ jobs:
- name: Download Wheels from Build Job
uses: actions/download-artifact@v4
with:
name: windows-wheels
pattern: windows-wheels-*
merge-multiple: true
path: dist/
- name: Upload packages to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion filter
Submodule filter updated 1 files
+2 −6 src/ANLMGPU.cpp

0 comments on commit 0fa0605

Please sign in to comment.