Compare commits
No commits in common. "f7156c6cea584919562399fd9aa1561147510515" and "ebca241caeeafce71b9ba009d2de11ca0081d0a9" have entirely different histories.
f7156c6cea
...
ebca241cae
|
@ -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.15'
|
||||
__version__ = '0.1.14'
|
||||
|
|
Reference in New Issue
Block a user