Compare commits
2 Commits
ecf4d54633
...
8e794c250b
Author | SHA1 | Date | |
---|---|---|---|
8e794c250b | |||
00364fb80a |
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
paths-ignore: ["README.md", ".gitignore", "LICENSE", "ruff.toml"]
|
||||
|
||||
jobs:
|
||||
Package:
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
name: Test Python
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore: ["README.md", ".gitignore", "LICENSE", "ruff.toml"]
|
||||
|
||||
jobs:
|
||||
Test:
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.6'
|
||||
__version__ = '0.1.7'
|
||||
|
|
Loading…
Reference in New Issue
Block a user