We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998cc1e commit 509e59bCopy full SHA for 509e59b
.github/workflows/cibuildwheel.yaml
@@ -59,6 +59,8 @@ jobs:
59
runs-on: ubuntu-latest
60
61
permissions:
62
+ # NOTE(vytas): The 'contents' permission is needed for writing release assets.
63
+ contents: write
64
# NOTE(vytas): This permission is mandatory for trusted publishing.
65
id-token: write
66
falcon/version.py
@@ -14,5 +14,5 @@
14
15
"""Falcon version."""
16
17
-__version__ = '4.1.0a1'
+__version__ = '4.1.0a2'
18
"""Current version of Falcon."""
0 commit comments