This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
|
||||
set -e
|
||||
|
||||
yamllint .gitea/workflows/*yml
|
||||
|
||||
VERSION=$(grep version setup.cfg | sed 's/.*= *//')
|
||||
sed -i "s/^__version__ = .*/__version__ = '${VERSION}'/" src/lmwsip/__init__.py
|
||||
git add src/lmwsip/__init__.py
|
||||
|
||||
tox
|
||||
yamllint .drone.yml
|
||||
|
Reference in New Issue
Block a user