Compare commits
No commits in common. "8e794c250bee9eb23c41063532f52e70b30a25e3" and "ecf4d546333e1c9a645ecde9066a690913ff30f4" have entirely different histories.
8e794c250b
...
ecf4d54633
|
@ -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.7'
|
||||
__version__ = '0.1.6'
|
||||
|
|
Loading…
Reference in New Issue
Block a user