Skip to content

Commit

Permalink
Fix release workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
hosaka committed Oct 6, 2023
1 parent 21528ef commit ee9b0a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
tags:
- '*.*.*'

permissions:
contents: read

jobs:
release:
name: Release
Expand Down
3 changes: 0 additions & 3 deletions qasync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"Mark Harviston <[email protected]>, "
"Arve Knudsen <[email protected]>",
)
__version__ = "0.25.0"
__url__ = "https://github.com/CabbageDevelopment/qasync"
__license__ = "BSD"
__all__ = ["QEventLoop", "QThreadExecutor", "asyncSlot", "asyncClose"]

import asyncio
Expand Down

0 comments on commit ee9b0a3

Please sign in to comment.