fix: on tags
Some checks failed
Release / Distribution (push) Failing after 7s

This commit is contained in:
Georg K 2024-12-28 02:30:46 +03:00
parent 5c5a701daa
commit 77cef551a1

View File

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