Skip to content

Commit ee9b0a3

Browse files
committed
Fix release workflow permissions
1 parent 21528ef commit ee9b0a3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
tags:
66
- '*.*.*'
77

8-
permissions:
9-
contents: read
10-
118
jobs:
129
release:
1310
name: Release

qasync/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
"Mark Harviston <[email protected]>, "
1515
"Arve Knudsen <[email protected]>",
1616
)
17-
__version__ = "0.25.0"
18-
__url__ = "https://github.com/CabbageDevelopment/qasync"
19-
__license__ = "BSD"
2017
__all__ = ["QEventLoop", "QThreadExecutor", "asyncSlot", "asyncClose"]
2118

2219
import asyncio

0 commit comments

Comments
 (0)