Compare commits
No commits in common. "86e1d846b10b347c3faf2e0486e6792ff502c9c8" and "dc942589fd880ba58091ff0518035d4b32fc3e8a" have entirely different histories.
86e1d846b1
...
dc942589fd
|
@ -3,7 +3,6 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
paths-ignore: ["README.md", ".gitignore", "LICENSE", "ruff.toml"]
|
||||
|
||||
jobs:
|
||||
Package:
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
name: Test Python
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore: ["README.md", ".gitignore", "LICENSE", "ruff.toml"]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Test:
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.22'
|
||||
__version__ = '0.1.21'
|
||||
|
|
Loading…
Reference in New Issue
Block a user