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 fe70b44 commit 7a4c4fcCopy full SHA for 7a4c4fc
.github/workflows/main.yaml
@@ -10,6 +10,8 @@ concurrency:
10
group: tests-${{ github.head_ref || github.ref }}
11
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
12
13
+permissions: {}
14
+
15
jobs:
16
tests:
17
name: ${{ matrix.os }} / ${{ matrix.python-version }} ${{ matrix.suffix }}
.github/workflows/release.yaml
@@ -4,6 +4,8 @@ on:
4
release:
5
types: [published]
6
7
8
9
build:
name: Build
0 commit comments