This commit is contained in:
parent
77cef551a1
commit
23f08ad5a5
@ -17,7 +17,7 @@ jobs:
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Update version
|
||||
run: VSN=${{ gitea.ref_name:1 }} && sed -i -e "s/1.12.1/${VSN:1}/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
|
||||
|
Loading…
x
Reference in New Issue
Block a user