This repository was archived by the owner on Mar 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ jobs:
38
38
- name : run tests
39
39
run : make test
40
40
- name : upload coverage
41
- if : matrix.python-version == '3.10 '
41
+ if : matrix.python-version == '3.11 '
42
42
run : make upload-coverage
43
43
- name : publish
44
- if : ${{ matrix.python-version == '3.10 ' && github.event.head_commit.message == 'release' }}
44
+ if : ${{ matrix.python-version == '3.11 ' && github.event.head_commit.message == 'release' }}
45
45
run : make publish
46
46
- name : create github release
47
47
if : ${{ matrix.python-version == '3.12' && github.event.head_commit.message == 'release' }}
Original file line number Diff line number Diff line change 14
14
- name : Set up Python
15
15
uses : actions/setup-python@v2
16
16
with :
17
- python-version : " 3.10 "
17
+ python-version : " 3.11 "
18
18
- name : install poetry
19
19
run : pip install -U pip poetry
20
20
- name : update dependencies
Original file line number Diff line number Diff line change 1
1
"""Minimal OpenAPI asynchronous server application"""
2
- __version__ = "3.1.0 "
2
+ __version__ = "3.1.1 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aio-openapi"
3
- version = " 3.1.0 "
3
+ version = " 3.1.1 "
4
4
description = " Minimal OpenAPI asynchronous server application"
5
5
documentation = " https://aio-openapi.readthedocs.io"
6
6
repository = " https://github.com/quantmind/aio-openapi"
You can’t perform that action at this time.
0 commit comments