Compare commits
No commits in common. "aad443ec01456aa197c666a1ad0dfe93be12cc5a" and "10a7aa7c07b3130bf898acbc25af32a0d5a1495a" have entirely different histories.
aad443ec01
...
10a7aa7c07
|
@ -1,10 +1,9 @@
|
|||
name: Package Python
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
name: Test and Package Python
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Test:
|
||||
uses: jmaa/workflows/.gitea/workflows/python-test.yaml@v6.21
|
||||
Package:
|
||||
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.21
|
||||
with:
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
name: Test Python
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Test:
|
||||
uses: jmaa/workflows/.gitea/workflows/python-test.yaml@v6.21
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,7 +10,6 @@ __pycache__/
|
|||
/build/
|
||||
/dist/
|
||||
*.egg-info/
|
||||
.mypy_cache/
|
||||
|
||||
# Python, Testing
|
||||
/test/secrets.py
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.5'
|
||||
__version__ = '0.1.4'
|
Loading…
Reference in New Issue
Block a user