Compare commits
2 Commits
0c29eb56b5
...
53c431cf2b
Author | SHA1 | Date | |
---|---|---|---|
53c431cf2b | |||
80c3cfeff9 |
|
@ -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.15'
|
__version__ = '0.1.16'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user