1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
352df4dba7 [Automatic] Bumped version to 0.1.4
Some checks failed
Package Python / Package (push) Successful in 25s
Test Python / Test (push) Failing after 22s
This commit was automatically generated by a script.
2024-05-29 21:26:07 +02:00
74e22f6627 [Automatic] Updated standard Python setup
This commit was automatically generated by a script.
2024-05-29 21:24:26 +02:00
4 changed files with 13 additions and 5 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

View File

@ -1 +1 @@
__version__ = '0.1.3'
__version__ = '0.1.4'