We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be30bc6 commit 7ca966bCopy full SHA for 7ca966b
.github/workflows/cibuildwheel.yml
@@ -12,6 +12,7 @@ jobs:
12
uses: explosion/gha-cibuildwheel/.github/workflows/cibuildwheel.yml@main
13
with:
14
pure-python: false
15
+ wheel-name-pattern: "preshed-*.whl"
16
secrets:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
0 commit comments