This commit is contained in:
parent
5ead48ec92
commit
5c5a701daa
@ -16,10 +16,8 @@ jobs:
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Set version
|
||||
run: UPLOAD_VERSION=${{ gitea.ref_name }}
|
||||
- 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/${{ gitea.ref_name: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