This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Set version
|
- name: Set version
|
||||||
run: export UPLOAD_VERSION=${{ gitea.ref_name }}
|
run: UPLOAD_VERSION=${{ gitea.ref_name }}
|
||||||
- name: Update version
|
- name: Update version
|
||||||
run: sed -i -e "s/1.12.1/${UPLOAD_VERSION:1}/g" aiohttp_pydantic/__init__.py
|
run: sed -i -e "s/1.12.1/${UPLOAD_VERSION:1}/g" aiohttp_pydantic/__init__.py
|
||||||
- name: Install invoke
|
- name: Install invoke
|
||||||
|
|||||||
Reference in New Issue
Block a user