mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 02:52:12 +00:00
Change changelog categories, update dependencies
This commit is contained in:
parent
d824155a66
commit
44ae565149
14 changed files with 49 additions and 39 deletions
17
.github/workflows/deploy.yml
vendored
17
.github/workflows/deploy.yml
vendored
|
|
@ -12,15 +12,18 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v2
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.9
|
||||
python-version: 3.10
|
||||
|
||||
- name: Install and configure Poetry
|
||||
uses: snok/install-poetry@v1
|
||||
with:
|
||||
version: 1.2.1
|
||||
virtualenvs-create: false
|
||||
installer-parallel: true
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -U pip virtualenv poetry
|
||||
poetry config virtualenvs.create false
|
||||
- name: Build
|
||||
run: |
|
||||
poetry build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue