Skip to content

Commit 736fd43

Browse files
committed
Merge branch 'dev'
2 parents b1f6200 + 90535ac commit 736fd43

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ updates:
1111
directory: "/"
1212
schedule:
1313
interval: "weekly"
14+
15+
- package-ecosystem: "docker"
16+
directory: "/"
17+
schedule:
18+
interval: "weekly"

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build package
2424
run: python -m build
2525
- name: Publish package
26-
uses: pypa/gh-action-pypi-publish@release/v1.5
26+
uses: pypa/gh-action-pypi-publish@release/v1
2727
with:
2828
user: __token__
2929
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)