Skip to content

Commit 067ffc7

Browse files
committed
Another release workflow fix.
1 parent 7985489 commit 067ffc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
path: dist
4747

4848
- name: Purge non-release packages
49-
run: rm -rf dist/x-*
49+
run: rm -rf dist/x_*
5050

5151
- name: Install packages
5252
run: pip install dist/*.whl

0 commit comments

Comments
 (0)