Switch gitea actions

This commit is contained in:
2025-01-11 23:12:54 +01:00
parent 002e00f959
commit 9d75b810f7
3 changed files with 88 additions and 176 deletions

View File

@@ -1,7 +1,10 @@
#!/bin/sh -e
yamllint .gitea/workflows/build.yml
VERSION=$(python setup.py --version)
sed -i "s/^__version__ = .*/__version__ = '${VERSION}'/" src/ddOperApi/__init__.py
git add src/ddOperApi/__init__.py
tox
yamllint .drone.yml