Skip to content

Commit 936eb2e

Browse files
committed
fix: remove artifact pattern
1 parent ce8d6e1 commit 936eb2e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cd.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ jobs:
9393
needs: [linux, windows, macos]
9494
steps:
9595
- uses: actions/download-artifact@v4
96-
with:
97-
pattern: '*.whl'
9896
- name: Create Release
9997
id: create_release
10098
uses: actions/create-release@v1
@@ -120,8 +118,6 @@ jobs:
120118
needs: [linux, windows, macos]
121119
steps:
122120
- uses: actions/download-artifact@v4
123-
with:
124-
pattern: '*.whl'
125121
- name: Publish to PyPI
126122
uses: PyO3/maturin-action@v1
127123
env:

0 commit comments

Comments
 (0)