Skip to content

Commit 0151c02

Browse files
authored
Add concurrency group to wheel workflow
1 parent db0f3d8 commit 0151c02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
types:
99
- published
1010

11+
concurrency:
12+
group: pypi
13+
cancel-in-progress: false
14+
1115
jobs:
1216
linux-manylinux:
1317
name: linux-manylinux

0 commit comments

Comments
 (0)