Compare commits
No commits in common. "53c431cf2b1cefb06d0b9dc53ea30dd4a7102529" and "0c29eb56b583ce1cb59751564b11bd863cb2783c" have entirely different histories.
53c431cf2b
...
0c29eb56b5
|
@ -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.16'
|
||||
__version__ = '0.1.15'
|
||||
|
|
Loading…
Reference in New Issue
Block a user