Skip to content

Commit f88d27c

Browse files
Fix deploy (#511)
1 parent 10ea64e commit f88d27c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595

9696
deploy:
9797
name: Deploy
98+
environment: release
9899
runs-on: ubuntu-latest
99100
needs: check
100101
# Run only on pushing a tag

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def read(fname):
2929
"Programming Language :: Python :: 3.8",
3030
"Programming Language :: Python :: 3.9",
3131
"Programming Language :: Python :: 3.10",
32+
"Programming Language :: Python :: 3.11",
3233
"Topic :: Internet :: WWW/HTTP",
3334
"Framework :: AsyncIO",
3435
],

0 commit comments

Comments
 (0)