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 d03d91c commit 955067fCopy full SHA for 955067f
.github/workflows/publish.yml
@@ -2,10 +2,12 @@ name: Publish package to PyPI and create release
2
3
on:
4
push:
5
- branches: [main]
6
tags:
7
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
build:
13
uses: ./.github/workflows/build.yml
0 commit comments