We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e666c4 commit 6ab9979Copy full SHA for 6ab9979
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+
3
+updates:
4
+ - package-ecosystem: github-actions
5
+ directory: /
6
+ schedule:
7
+ interval: daily
8
+ open-pull-requests-limit: 99
9
+ rebase-strategy: "disabled"
10
+ groups:
11
+ actions:
12
+ patterns:
13
+ - "*"
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: pypa/gh-action-pypi-publish@release/v1
36
37
- name: sign
38
- uses: sigstore/gh-action-sigstore-python@v2.0.1
+ uses: sigstore/gh-action-sigstore-python@v2.1.1
39
with:
40
inputs: ./dist/*.tar.gz ./dist/*.whl
41
release-signing-artifacts: true
0 commit comments