Skip to content

Commit afd0fa1

Browse files
committed
Prepare for pypi publish;
1 parent 0c1b8d7 commit afd0fa1

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/Publish.Pypi.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Publish.Pypi
22
on:
33
release:
44
types:
5-
- created
6-
- edited
75
- published
86
jobs:
97
main:

.github/workflows/Test.Demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Test.Demo
22
on:
33
push:
44
paths:
5-
- src
6-
- example
5+
- 'src/**'
6+
- 'example/**'
77
- .github/workflows/Test.Demo.yml
88
jobs:
99
main:

0 commit comments

Comments
 (0)