Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1d12268

Browse files
committed
chore: add more deps to the VCS release check
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parentaf468c7 commit1d12268

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/release.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
shell:python
2525
run:|
2626
import re, tomllib
27-
deps = tomllib.load(open('pyproject.toml', 'rb'))['build-system']['requires']
27+
manifest = tomllib.load(open('pyproject.toml', 'rb'))
28+
deps = manifest['build-system']['requires']
29+
deps.extend(manifest['project']['dependencies'])
2830
if rejects := list(filter(re.compile(r'@[^+]+').search, deps)):
2931
rejects = " \n".join(sorted(rejects))
3032
raise Exception(f'VCS dependencies were detected in [build-system]:\n {rejects}')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp