Skip to content

Commit 1558e76

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents f34ead2 + 993b9f7 commit 1558e76

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/workflow-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
if [[ "$TAG" != "$PROJECT_VERSION" ]]; then exit 1; fi
103103
104104
- name: Build and publish (dry-run)
105+
if: github.actor != 'dependabot[bot]'
105106
run: rm -rf dist && poetry publish --build --dry-run
106107

107108
- name: Build and publish

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pytest-randomly = "^3.12"
7171
safety = "^1.10"
7272
tomli = "^2.0.1"
7373
yamllint = "^1.26.3"
74-
django-stubs = "^1.10.1"
74+
django-stubs = "^1.11.0"
7575

7676
[tool.isort]
7777
# isort configuration:

0 commit comments

Comments
 (0)