Skip to content

Commit 7ca966b

Browse files
committed
Fix workflow
1 parent be30bc6 commit 7ca966b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: explosion/gha-cibuildwheel/.github/workflows/cibuildwheel.yml@main
1313
with:
1414
pure-python: false
15+
wheel-name-pattern: "preshed-*.whl"
1516
secrets:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1718

0 commit comments

Comments
 (0)