Compare commits
No commits in common. "59e74db4b600789b0543867ad935206029c53aca" and "944ced438845ce605bbf4f3a2cec56d354614536" have entirely different histories.
59e74db4b6
...
944ced4388
|
@ -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.23'
|
||||
__version__ = '0.1.22'
|
||||
|
|
Loading…
Reference in New Issue
Block a user