We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49511bc commit 672c0ddCopy full SHA for 672c0dd
2 files changed
.github/dependabot.yml
@@ -6,9 +6,17 @@ updates:
6
interval: "monthly"
7
labels:
8
- "type: Maintenance"
9
+ groups:
10
+ actions:
11
+ patterns:
12
+ - "*"
13
- package-ecosystem: "pip"
14
directory: "/"
15
schedule:
16
17
18
19
20
21
22
.github/workflows/release.yml
@@ -1,5 +1,6 @@
1
name: Build Wheel and Release
2
on:
3
+ workflow_dispatch:
4
push:
5
tags:
- v*
0 commit comments