Skip to content

Commit 93e92ee

Browse files
committed
CI: add permission setting
1 parent f299ebe commit 93e92ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-publish-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
name: Build and Publish to PyPI, and Create Github Release
22

33
on:
4+
workflow_disparch:
45
push:
56
tags:
67
- 'v*.*.*' # Trigger only on semantic version tags like v0.1.0
78

9+
permissions:
10+
contents: write
11+
812
jobs:
913
build:
1014
name: Build Python Package

0 commit comments

Comments
 (0)