Skip to content

Commit 8373863

Browse files
Replace backticks with quotes (#1837)
Signed-off-by: Jean-Christophe Morin <[email protected]>
1 parent e100920 commit 8373863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
workflow_conclusion: success
2424
commit: ${{ github.sha }}
2525
name_is_regexp: true
26-
name: `wheel-.*`
26+
name: 'wheel-.*'
2727
path: dist
2828

2929
- name: Download sdist from commit ${{ github.sha }}

0 commit comments

Comments
 (0)