Skip to content

Commit 15180fd

Browse files
authored
[CI] New publish workflow, part 2 (#67)
1 parent 2baeff2 commit 15180fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
name: Publish
2+
13
on:
24
release:
35
types:
46
[published]
57

8+
concurrency:
9+
group: fast-${{ github.head_ref || github.run_id }}
10+
cancel-in-progress: true
11+
612
jobs:
713
publish_pypi:
814
name: Publish package to PyPI

0 commit comments

Comments
 (0)