🤖 Repository layout updated to latest Python version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
parent
a91d89d0f0
commit
5d5935bca8
|
@ -1,7 +1,8 @@
|
||||||
name: Build Python Container
|
name: Build Python Container
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push
|
push:
|
||||||
|
tags:
|
||||||
|
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Package-Container:
|
Package-Container:
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
name: Test and Package Python
|
name: Package Python
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Test:
|
|
||||||
uses: jmaa/workflows/.gitea/workflows/python-test.yaml@v6.21
|
|
||||||
Package:
|
Package:
|
||||||
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.21
|
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.21
|
||||||
with:
|
with:
|
||||||
|
|
6
.gitea/workflows/python-test.yml
Normal file
6
.gitea/workflows/python-test.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
name: Test Python
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Test:
|
||||||
|
uses: jmaa/workflows/.gitea/workflows/python-test.yaml@v6.21
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,6 +10,7 @@ __pycache__/
|
||||||
/build/
|
/build/
|
||||||
/dist/
|
/dist/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
|
.mypy_cache/
|
||||||
|
|
||||||
# Python, Testing
|
# Python, Testing
|
||||||
/test/secrets.py
|
/test/secrets.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user