Compare commits
No commits in common. "4a44f2d73b126c8cfee610e322bfe54a87cfaa5e" and "4669d0f2292f0b74069894cf708bdf6c9df343a3" have entirely different histories.
4a44f2d73b
...
4669d0f229
|
@ -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.33'
|
||||
__version__ = '0.1.32'
|
||||
|
|
Loading…
Reference in New Issue
Block a user