Compare commits
No commits in common. "7a45350db10d8015125cf7a8a43902901fce1b3c" and "5b61c8607de8822b3e440d66dee0ee1e306b5bff" have entirely different histories.
7a45350db1
...
5b61c8607d
|
@ -3,7 +3,6 @@ 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,8 +1,5 @@
|
||||||
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.22'
|
__version__ = '0.1.21'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user