File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 60
60
id-token : write
61
61
steps :
62
62
- uses : actions/download-artifact@v4
63
- # Try uploading to Test PyPI first, in case something fails.
64
- - uses : pypa/gh-action-pypi-publish@release/v1
65
- with :
66
- repository-url : https://test.pypi.org/legacy/
67
- packages-dir : artifact/
68
63
- uses : pypa/gh-action-pypi-publish@release/v1
69
64
with :
70
65
packages-dir : artifact/
Original file line number Diff line number Diff line change
1
+ 0.19.9 2024-11-14
2
+ -----------------
3
+
4
+ - Fix missing ``PROVIDE_AUTOMATIC_OPTIONS `` config for compatibility
5
+ with Flask 3.1.
6
+
1
7
0.19.8 2024-10-25
2
8
-----------------
3
9
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " Quart"
3
- version = " 0.19.8 "
3
+ version = " 0.19.9 "
4
4
description = " A Python ASGI web microframework with the same API as Flask"
5
5
authors = [
" pgjones <[email protected] >" ]
6
6
classifiers = [
You can’t perform that action at this time.
0 commit comments