We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1f6200 + 90535ac commit 736fd43Copy full SHA for 736fd43
2 files changed
.github/dependabot.yml
@@ -11,3 +11,8 @@ updates:
11
directory: "/"
12
schedule:
13
interval: "weekly"
14
+
15
+ - package-ecosystem: "docker"
16
+ directory: "/"
17
+ schedule:
18
+ interval: "weekly"
.github/workflows/publish_pypi.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build package
24
run: python -m build
25
- name: Publish package
26
- uses: pypa/gh-action-pypi-publish@release/v1.5
+ uses: pypa/gh-action-pypi-publish@release/v1
27
with:
28
user: __token__
29
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments