1
0

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:
Jon Michael Aanes 2024-05-29 21:37:58 +02:00
parent 99b356be2e
commit f663cd7382
3 changed files with 12 additions and 4 deletions

View File

@ -1,9 +1,10 @@
name: Test and Package Python
on: [push]
name: Package Python
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
Test:
uses: jmaa/workflows/.gitea/workflows/python-test.yaml@v6.21
Package:
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.21
with:

View 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
View File

@ -10,6 +10,7 @@ __pycache__/
/build/
/dist/
*.egg-info/
.mypy_cache/
# Python, Testing
/test/secrets.py