Compare commits

5 Commits

Author SHA1 Message Date
Georg K
23f08ad5a5 fix: on tags
Some checks failed
Release / Distribution (push) Failing after 42s
2024-12-28 02:32:09 +03:00
Georg K
77cef551a1 fix: on tags
Some checks failed
Release / Distribution (push) Failing after 7s
2024-12-28 02:30:46 +03:00
Georg K
5c5a701daa fix: on tags
Some checks failed
Release / Distribution (push) Failing after 9s
2024-12-28 02:29:41 +03:00
Georg K
5ead48ec92 fix: on tags
Some checks failed
Release / Distribution (push) Failing after 8s
2024-12-28 02:28:55 +03:00
Georg K
1f2ac30106 fix: on tags
Some checks failed
Release / Distribution (push) Failing after 8s
2024-12-28 02:28:04 +03:00

View File

@@ -17,7 +17,7 @@ jobs:
with:
python-version: '3.12'
- name: Update version
run: sed -i -e "s/1.12.1/${{ gitea.ref_name }}/g" aiohttp_pydantic/__init__.py
run: VSN=${{ gitea.ref_name }} && sed -i -e "s/1.12.1/${VSN:1}/g" aiohttp_pydantic/__init__.py
- name: Install invoke
run: python -m pip install setuptools wheel invoke
- name: Push to PyPi