Compare commits
No commits in common. "10d02d713c80de91b0d53f32002863e737c39c80" and "386d639993b4e1d28793b57e3e250bd4fef61041" have entirely different histories.
10d02d713c
...
386d639993
|
@ -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.20'
|
||||
__version__ = '0.1.19'
|
||||
|
|
Loading…
Reference in New Issue
Block a user