Skip to content

Commit 9e15e96

Browse files
committed
Fix syntax error in workflows
1 parent ad878ae commit 9e15e96

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/publish-on-dev-merge.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: Publish Python on TestPyPi
2-
32
on:
43
push:
54
tags:
65
- "v*-dev[0-9]"
76

87
jobs:
98
build-n-publish:
10-
name: Publish Python on TestPyPi
119
runs-on: ubuntu-latest
1210

1311
steps:

.github/workflows/release-on-merge-main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Release on PyPi
2-
32
on:
43
push:
54
tags:
@@ -8,7 +7,6 @@ on:
87

98
jobs:
109
build-n-publish:
11-
name: Release on PyPi
1210
runs-on: ubuntu-latest
1311

1412
steps:

0 commit comments

Comments
 (0)