1 parent 965fb08 commit bae282eCopy full SHA for bae282e
.github/workflows/release.yml
@@ -195,6 +195,9 @@ jobs:
195
url: https://pypi.org/p/asyncpg
196
permissions:
197
id-token: write
198
+attestations: write
199
+contents: write
200
+deployments: write
201
202
steps:
203
- uses: actions/checkout@v4
asyncpg/_version.py
@@ -14,4 +14,4 @@
14
15
importtyping
16
17
-__version__: typing.Final='0.30.0.dev0'
+__version__: typing.Final='0.30.0'
0 commit comments