1
0

Compare commits

..

No commits in common. "f06681588cfe7efdb2c21112f90ec603b9f273c7" and "98840f535b77456b4bfbbe1429ea8ca1664b2a50" have entirely different histories.

4 changed files with 5 additions and 13 deletions

View File

@ -1,10 +1,9 @@
name: Package Python name: Test and Package Python
on: on: [push]
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:

View File

@ -1,6 +0,0 @@
name: Test Python
on: [push]
jobs:
Test:
uses: jmaa/workflows/.gitea/workflows/python-test.yaml@v6.21

1
.gitignore vendored
View File

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

View File

@ -1 +1 @@
__version__ = '0.1.6' __version__ = '0.1.5'