Compare commits
No commits in common. "47d0273443a69bccd493dd5c2275ee20005f7868" and "6d2f21baad17b35e6d139b593b0230c2c6405818" have entirely different histories.
47d0273443
...
6d2f21baad
|
@ -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.3.7'
|
__version__ = '0.3.6'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user