Compare commits
No commits in common. "8a6bc63f8d879219994e76f557100bcf6cd746de" and "4d3858f3dcfbcd795cb626507cfff57167d01206" have entirely different histories.
8a6bc63f8d
...
4d3858f3dc
|
@ -3,7 +3,6 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
paths-ignore: ["README.md", ".gitignore", "LICENSE", "ruff.toml"]
|
||||
|
||||
jobs:
|
||||
Package-Container:
|
||||
|
|
|
@ -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.37'
|
||||
__version__ = '0.1.36'
|
||||
|
|
Loading…
Reference in New Issue
Block a user