Compare commits
2 Commits
ebca241cae
...
f7156c6cea
Author | SHA1 | Date | |
---|---|---|---|
f7156c6cea | |||
0a1b3aa55f |
|
@ -3,6 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||||
|
paths-ignore: ["README.md", ".gitignore", "LICENSE", "ruff.toml"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Package:
|
Package:
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
name: Test Python
|
name: Test Python
|
||||||
on: [push]
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths-ignore: ["README.md", ".gitignore", "LICENSE", "ruff.toml"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Test:
|
Test:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.14'
|
__version__ = '0.1.15'
|
||||||
|
|
Reference in New Issue
Block a user