Skip to content

Commit 8f65ef0

Browse files
committed
use a glob pattern to download wheel artifacts
1 parent 583d633 commit 8f65ef0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ jobs:
112112
path: dist/
113113
- uses: actions/download-artifact@v6
114114
with:
115-
name: wheels-windows-latest
115+
pattern: wheels-windows-latest-*
116116
path: dist/
117117
- uses: actions/download-artifact@v6
118118
with:
119-
name: wheels-macos-latest
119+
pattern: wheels-macos-latest-*
120120
path: dist/
121121
- uses: actions/download-artifact@v6
122122
with:
123-
name: wheels-ubuntu-latest
123+
pattern: wheels-ubuntu-latest-*
124124
path: dist/
125125
- name: Publish to PyPI
126126
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')

0 commit comments

Comments
 (0)